aboutsummaryrefslogtreecommitdiffstats
path: root/make/gl-es1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/gl-es1.cfg')
-rwxr-xr-xmake/gl-es1.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/gl-es1.cfg b/make/gl-es1.cfg
index 4dcad5bed..d81b8d0cc 100755
--- a/make/gl-es1.cfg
+++ b/make/gl-es1.cfg
@@ -184,7 +184,7 @@ 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 <GLES/gl.h>
CustomCCode #include <GLES/glext.h>
CustomCCode #include <stdlib.h>