aboutsummaryrefslogtreecommitdiffstats
path: root/src/native
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 /src/native
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 'src/native')
-rw-r--r--src/native/jogl/InternalBufferUtils.c2
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