summaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
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