# HG changeset patch # User faust3 # Date 1065109215 0 # Node ID 590355444f4707596ab43ce5bf27d3c45a93f284 # Parent 285e298968de84200f852e026f10f5f8a9b618ac workaround for mingw diff -r 285e298968de -r 590355444f47 vidix/drivers/mga_vid.c --- 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