summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
Diffstat (limited to 'vidix')
-rw-r--r--vidix/drivers/mga_vid.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vidix/drivers/mga_vid.c b/vidix/drivers/mga_vid.c
index faff07038a..3a5399b55f 100644
--- a/vidix/drivers/mga_vid.c
+++ b/vidix/drivers/mga_vid.c
@@ -60,6 +60,10 @@
#include "../../libdha/pci_ids.h"
#include "../../libdha/pci_names.h"
+#ifdef __MINGW32__
+#define ENOTSUP 134
+#endif
+
#if !defined(ENOTSUP) && defined(EOPNOTSUPP)
#define ENOTSUP EOPNOTSUPP
#endif