aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es2.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-es2.cfg')
-rwxr-xr-xmake/gl-es2.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/gl-es2.cfg b/make/gl-es2.cfg
index f190bebbe..1371dde64 100755
--- a/make/gl-es2.cfg
+++ b/make/gl-es2.cfg
@@ -181,11 +181,11 @@ CustomCCode "glext.h" are parsed. */
CustomCCode #define GL_GLEXT_PROTOTYPES
CustomCCode /* Include the OpenGL headers */
-CustomCCode #define GL_APICALL __declspec(dllimport)
+CustomCCode /* #define GL_APICALL __declspec(dllimport) */
CustomCCode #include <GLES2/gl2ext.h>
CustomCCode #include <stdlib.h>
-CustomCCode /* Include missing function pointer typedef */
-CustomCCode typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
+# CustomCCode /* Include missing function pointer typedef */
+# CustomCCode typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
CustomCCode typedef int intptr_t;