summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-02 14:48:17 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-02 14:48:17 +0000
commitffc103b06affff961287e887662c78ae3ad92082 (patch)
tree7c9e1b66f8128ffad2f8bd63b7ab5ffc109ac30f /libdha/pci.c
parent8a74c24c1a820b0c4745883e2993a554a3817d41 (diff)
downloadmpv-ffc103b06affff961287e887662c78ae3ad92082.tar.bz2
mpv-ffc103b06affff961287e887662c78ae3ad92082.tar.xz
port libdha to mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10981 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha/pci.c')
-rw-r--r--libdha/pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index adf0c5db82..8d43d6c0ae 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -89,6 +89,9 @@
#include "sysdep/pci_os2.c"
#elif defined (_WIN32) || defined(__CYGWIN__)
#include "sysdep/pci_win32.c"
+#ifdef __MINGW32__
+#define ENOTSUP 134 /* Not supported */
+#endif
#endif
#if 0