0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

workaround for mingw

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10984 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2003-10-02 15:40:15 +00:00
parent 4ad705cdd8
commit 50c7c4bb20

View File

@ -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