diff options
author | Kenneth Russel <[email protected]> | 2008-05-30 07:30:57 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-05-30 07:30:57 +0000 |
commit | 10052f96bb3c29f2fb38787e71caa63825c18be2 (patch) | |
tree | d66dd95d8c63ac2a9f6048711128a54bf2d302e4 /make/jawt-win32.cfg | |
parent | 45fa88a5904d3740313bd86b7837f21b3c27ca7f (diff) |
Refactored typedef of intptr_t into intptr.cfg
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1648 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/jawt-win32.cfg')
-rw-r--r-- | make/jawt-win32.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/make/jawt-win32.cfg b/make/jawt-win32.cfg index 15a642f10..9b3afc13b 100644 --- a/make/jawt-win32.cfg +++ b/make/jawt-win32.cfg @@ -19,10 +19,7 @@ IgnoreField JAWT_Win32DrawingSurfaceInfo hpalette IncludeAs CustomJavaCode JAWT jawt-CustomJavaCode.java CustomCCode #include <jawt.h> -CustomCCode /* This typedef is only needed for VC6 */ -CustomCCode #if _MSC_VER <= 1200 -CustomCCode typedef int intptr_t; -CustomCCode #endif +Include intptr.cfg import java.security.* Import com.sun.opengl.impl.JAWT_PlatformInfo |