[Mplayer-cvslog] CVS: main/libdha pci.c,1.3,1.4
Atmosfear
atmos4 at mplayer.dev.hu
Tue Jan 15 16:31:34 CET 2002
Update of /cvsroot/mplayer/main/libdha
In directory mplayer:/var/tmp.root/cvs-serv25234
Modified Files:
pci.c
Log Message:
cygwin compile fix
Index: pci.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/pci.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pci.c 15 Jan 2002 08:33:09 -0000 1.3
+++ pci.c 15 Jan 2002 15:31:30 -0000 1.4
@@ -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
More information about the MPlayer-cvslog
mailing list