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 /src/native | |
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 'src/native')
-rw-r--r-- | src/native/jogl/InternalBufferUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/jogl/InternalBufferUtils.c b/src/native/jogl/InternalBufferUtils.c index bb1a5580a..292d69f9d 100644 --- a/src/native/jogl/InternalBufferUtils.c +++ b/src/native/jogl/InternalBufferUtils.c @@ -41,7 +41,7 @@ #ifdef _MSC_VER /* This typedef seems to be needed at least for VC6 and Visual Studio 2003 */ - #if _MSC_VER <= 1400 + #if _MSC_VER <= 1300 typedef int intptr_t; #endif #else |