mirror of https://github.com/mpv-player/mpv
fix compilation on mingw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13592 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
67bf1e6ae4
commit
29884c2e38
|
@ -28,7 +28,8 @@
|
|||
|
||||
|
||||
#if !defined(GUID_TYPE) && !defined(GUID_DEFINED)
|
||||
#define GUID_TYPE
|
||||
#define GUID_TYPE 1
|
||||
#define GUID_DEFINED 1
|
||||
typedef struct {
|
||||
unsigned long f1;
|
||||
unsigned short f2;
|
||||
|
|
Loading…
Reference in New Issue