summaryrefslogtreecommitdiffstats
path: root/make/stub_includes
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes')
-rw-r--r--make/stub_includes/win32/windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/stub_includes/win32/windows.h b/make/stub_includes/win32/windows.h
index e2d78deef..5f2514444 100644
--- a/make/stub_includes/win32/windows.h
+++ b/make/stub_includes/win32/windows.h
@@ -11,7 +11,7 @@
#define VOID void
typedef int BOOL;
typedef unsigned char BYTE;
-typedef unsigned long DWORD;
+typedef unsigned int DWORD;
typedef int INT;
typedef int INT32;
typedef __int64 INT64;