aboutsummaryrefslogtreecommitdiffstats
path: root/make/egl.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/egl.cfg')
-rwxr-xr-xmake/egl.cfg9
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) {