OSDN Git Service

Windows/Cygwin: Add support through the WinIo library
[android-x86/external-libpciaccess.git] / src / common_init.c
index 7c9db9c..a127a8b 100644 (file)
@@ -62,7 +62,7 @@ pci_system_init( void )
     err = pci_system_openbsd_create();
 #elif defined(__sun)
     err = pci_system_solx_devfs_create();
-#elif defined(__GNU__)
+#elif defined(__GNU__) || defined(__CYGWIN__)
     err = pci_system_x86_create();
 #endif