aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl/InternalBufferUtils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/jogl/InternalBufferUtils.c')
-rw-r--r--src/native/jogl/InternalBufferUtils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/native/jogl/InternalBufferUtils.c b/src/native/jogl/InternalBufferUtils.c
index 395396ac8..73c52011f 100644
--- a/src/native/jogl/InternalBufferUtils.c
+++ b/src/native/jogl/InternalBufferUtils.c
@@ -40,8 +40,8 @@
#include <jni.h>
#ifdef _MSC_VER
- /* This typedef is only needed for VC6 */
- #if _MSC_VER <= 1200
+ /* This typedef seems to be needed at least for VC6 and Visual Studio 2003 */
+ #if _MSC_VER <= 1400
typedef int intptr_t;
#endif
#else