mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 04:37:54 +00:00
workaround for mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10984 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4ad705cdd8
commit
50c7c4bb20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user