summaryrefslogtreecommitdiffstats
path: root/libdha
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 15:31:30 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 15:31:30 +0000
commit2c7c5d325bcf50863f91a8c80aaa709d13ddb944 (patch)
tree4d51287710922535cb88c78bdf32534ff5ae2653 /libdha
parentec1be2cf3f253fda14e40cd43fb348f8dcdaa6fd (diff)
downloadmpv-2c7c5d325bcf50863f91a8c80aaa709d13ddb944.tar.bz2
mpv-2c7c5d325bcf50863f91a8c80aaa709d13ddb944.tar.xz
cygwin compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4174 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libdha')
-rw-r--r--libdha/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index 74efb96611..e026ac5b87 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -87,7 +87,7 @@
#include "sysdep/pci_isc.c"
#elif defined (__EMX__)
#include "sysdep/pci_os2.c"
-#elif defined (_WIN32)
+#elif defined (_WIN32) || defined(__CYGWIN__)
#include "sysdep/pci_win32.c"
#endif