From 438e69da7bf59b9f513e890626b87c7b373ce966 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 3 Jan 2007 09:37:40 +0000 Subject: Fixes for building with Visual Studio .NET 2003 (Service Pack 1) git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@55 a78bb65f-1512-4460-ba86-f6dc96a7bf27 --- src/native/windows/WindowsDynamicLinkerImpl_JNI.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/native') diff --git a/src/native/windows/WindowsDynamicLinkerImpl_JNI.c b/src/native/windows/WindowsDynamicLinkerImpl_JNI.c index 2b99098..db20b15 100755 --- a/src/native/windows/WindowsDynamicLinkerImpl_JNI.c +++ b/src/native/windows/WindowsDynamicLinkerImpl_JNI.c @@ -5,8 +5,8 @@ #include #include - /* This typedef is only needed for VC6 */ - #if _MSC_VER <= 1200 + /* This typedef is apparently needed for compilers before VC8 */ + #if _MSC_VER < 1400 typedef int intptr_t; #endif -- cgit v1.2.3