From ffc103b06affff961287e887662c78ae3ad92082 Mon Sep 17 00:00:00 2001 From: faust3 Date: Thu, 2 Oct 2003 14:48:17 +0000 Subject: port libdha to mingw git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10981 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/pci.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libdha/pci.c') 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 -- cgit v1.2.3