From da9c4dd399d2742afb429f50e8ddc9c93867558c 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/jogl/trunk@1063 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/native/jogl/InternalBufferUtils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/native/jogl/InternalBufferUtils.c b/src/native/jogl/InternalBufferUtils.c index 292d69f9d..cfda63ede 100644 --- a/src/native/jogl/InternalBufferUtils.c +++ b/src/native/jogl/InternalBufferUtils.c @@ -40,8 +40,8 @@ #include #ifdef _MSC_VER - /* This typedef seems to be needed at least for VC6 and Visual Studio 2003 */ - #if _MSC_VER <= 1300 + /* This typedef is apparently needed for compilers before VC8 */ + #if _MSC_VER < 1400 typedef int intptr_t; #endif #else -- cgit v1.2.3