summaryrefslogtreecommitdiffstats
path: root/libdha/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdha/pci.c')
-rw-r--r--libdha/pci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdha/pci.c b/libdha/pci.c
index adf0c5db82..8d43d6c0ae 100644
--- a/libdha/pci.c
+++ b/libdha/pci.c
@@ -89,6 +89,9 @@
#include "sysdep/pci_os2.c"
#elif defined (_WIN32) || defined(__CYGWIN__)
#include "sysdep/pci_win32.c"
+#ifdef __MINGW32__
+#define ENOTSUP 134 /* Not supported */
+#endif
#endif
#if 0