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/egl.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/egl.cfg')
-rwxr-xr-x | make/egl.cfg | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/make/egl.cfg b/make/egl.cfg index 2ae90b53b..9733114f2 100755 --- a/make/egl.cfg +++ b/make/egl.cfg @@ -75,14 +75,7 @@ Opaque long EGLNativePixmapType CustomCCode #include <EGL/egl.h> -CustomCCode #ifdef _MSC_VER -CustomCCode /* This typedef is apparently needed for Microsoft compilers before VC8 */ -CustomCCode #if _MSC_VER < 1400 -CustomCCode typedef int intptr_t; -CustomCCode #endif -CustomCCode #else -CustomCCode #include <inttypes.h> -CustomCCode #endif +Include intptr.cfg CustomJavaCode EGL private static EGLProcAddressTable _table = new EGLProcAddressTable(); CustomJavaCode EGL public static void resetProcAddressTable(DynamicLookupHelper lookup) { |