diff options
author | Kenneth Russel <[email protected]> | 2006-04-14 16:54:32 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-04-14 16:54:32 +0000 |
commit | bf717a6e0f61b5082a667292b95d89c354c5abad (patch) | |
tree | 651c1ae58c93c8d9dccafa6d289b22aef604d086 /make/stub_includes/win32 | |
parent | 29a1884467000971ad90909bca9361df31771e66 (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.h | 2 |
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; |