mirror of https://github.com/mpv-player/mpv
cygwin compile fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4174 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ec1be2cf3f
commit
2c7c5d325b
|
@ -87,7 +87,7 @@
|
||||||
#include "sysdep/pci_isc.c"
|
#include "sysdep/pci_isc.c"
|
||||||
#elif defined (__EMX__)
|
#elif defined (__EMX__)
|
||||||
#include "sysdep/pci_os2.c"
|
#include "sysdep/pci_os2.c"
|
||||||
#elif defined (_WIN32)
|
#elif defined (_WIN32) || defined(__CYGWIN__)
|
||||||
#include "sysdep/pci_win32.c"
|
#include "sysdep/pci_win32.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue