aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes')
-rw-r--r--make/stub_includes/win32/gluegen/windows.h1
-rw-r--r--make/stub_includes/win32/window-lib.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/make/stub_includes/win32/gluegen/windows.h b/make/stub_includes/win32/gluegen/windows.h
index 46a560767..d751f8082 100644
--- a/make/stub_includes/win32/gluegen/windows.h
+++ b/make/stub_includes/win32/gluegen/windows.h
@@ -38,6 +38,7 @@ typedef HANDLE HINSTANCE;
typedef HANDLE HPALETTE;
typedef HANDLE HWND;
typedef HANDLE HRGN;
+typedef HANDLE HMONITOR;
typedef const char* LPCSTR;
typedef void* PVOID;
typedef void* LPVOID;
diff --git a/make/stub_includes/win32/window-lib.c b/make/stub_includes/win32/window-lib.c
index 25355cdcd..8309b3b21 100644
--- a/make/stub_includes/win32/window-lib.c
+++ b/make/stub_includes/win32/window-lib.c
@@ -1,3 +1,5 @@
#include <windows.h>
#include <wingdi.h>
+#include <WindowsUser.h>
#include <WindowsDWM.h>
+#include <WindowsSHC.h>