From bf717a6e0f61b5082a667292b95d89c354c5abad Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Fri, 14 Apr 2006 16:54:32 +0000 Subject: 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 --- src/native/jogl/InternalBufferUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/native/jogl/InternalBufferUtils.c') 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 -- cgit v1.2.3