cygwin compile fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4174 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-01-15 15:31:30 +00:00
parent ec1be2cf3f
commit 2c7c5d325b
1 changed files with 1 additions and 1 deletions

View File

@ -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