diff options
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 |