changeset 4173:250f39dedede

cygwin compile fix
author atmos4
date Tue, 15 Jan 2002 15:31:30 +0000
parents 8c17f26ec41a
children 4cfb6b9a6da3
files libdha/pci.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libdha/pci.c	Tue Jan 15 14:49:36 2002 +0000
+++ b/libdha/pci.c	Tue Jan 15 15:31:30 2002 +0000
@@ -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