aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/win32
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-04-14 16:54:32 +0000
committerKenneth Russel <[email protected]>2006-04-14 16:54:32 +0000
commitbf717a6e0f61b5082a667292b95d89c354c5abad (patch)
tree651c1ae58c93c8d9dccafa6d289b22aef604d086 /make/stub_includes/win32
parent29a1884467000971ad90909bca9361df31771e66 (diff)
Added patch from user mabraham on javagaming.org forums for building
on Windows 64-bit git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@715 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/stub_includes/win32')
-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;