Mercurial > mplayer.hg
changeset 10983:590355444f47
workaround for mingw
author | faust3 |
---|---|
date | Thu, 02 Oct 2003 15:40:15 +0000 |
parents | 285e298968de |
children | e5f2765c6d80 |
files | vidix/drivers/mga_vid.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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