diff vidix/drivers/mga_vid.c @ 10983:590355444f47

workaround for mingw
author faust3
date Thu, 02 Oct 2003 15:40:15 +0000
parents f6d2772efca3
children a9d632bed925
line wrap: on
line diff
--- a/vidix/drivers/mga_vid.c	Thu Oct 02 15:33:12 2003 +0000
+++ b/vidix/drivers/mga_vid.c	Thu Oct 02 15:40:15 2003 +0000
@@ -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