summaryrefslogtreecommitdiffstats
path: root/loader/wine
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine')
-rw-r--r--loader/wine/objbase.h2
-rw-r--r--loader/wine/vfw.h2
-rw-r--r--loader/wine/winuser.h1
3 files changed, 5 insertions, 0 deletions
diff --git a/loader/wine/objbase.h b/loader/wine/objbase.h
index 26d72d76c7..902bbaa32e 100644
--- a/loader/wine/objbase.h
+++ b/loader/wine/objbase.h
@@ -1,6 +1,8 @@
#ifndef MPLAYER_OBJBASE_H
#define MPLAYER_OBJBASE_H
+#include "windef.h"
+
#ifndef STDCALL
#define STDCALL __attribute__((__stdcall__))
#endif
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index a3b05daff3..1cf94b5ac7 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -10,6 +10,8 @@
extern "C" {
#endif
+#include "windef.h"
+
typedef struct __attribute__((__packed__))
{
short bfType;
diff --git a/loader/wine/winuser.h b/loader/wine/winuser.h
index bf60f873f0..cda96c4f23 100644
--- a/loader/wine/winuser.h
+++ b/loader/wine/winuser.h
@@ -9,6 +9,7 @@
extern "C" {
#endif
+#include "windef.h"
#include "pshpack1.h"
/* flags for HIGHCONTRAST dwFlags field */