diff options
Diffstat (limited to 'make/gl-es1.cfg')
-rwxr-xr-x | make/gl-es1.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/make/gl-es1.cfg b/make/gl-es1.cfg index 3c9e3c08b..52a598657 100755 --- a/make/gl-es1.cfg +++ b/make/gl-es1.cfg @@ -196,10 +196,7 @@ CustomCCode /* #define GL_APICALL __declspec(dllimport) */ CustomCCode #include <GLES/gl.h> CustomCCode #include <GLES/glext.h> CustomCCode #include <stdlib.h> -# CustomCCode /* Include missing function pointer typedef */ -# CustomCCode typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image); - -CustomCCode typedef int intptr_t; +Include intptr.cfg IncludeAs CustomJavaCode GLES1Impl gl-impl-CustomJavaCode-common.java IncludeAs CustomJavaCode GLES1Impl gl-impl-CustomJavaCode-gles1.java |