diff options
Diffstat (limited to 'make/stub_includes/opengl/gles1.c')
-rw-r--r-- | make/stub_includes/opengl/gles1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/stub_includes/opengl/gles1.c b/make/stub_includes/opengl/gles1.c index 63df1c967..ff6056ce8 100644 --- a/make/stub_includes/opengl/gles1.c +++ b/make/stub_includes/opengl/gles1.c @@ -1,5 +1,5 @@ -#define GLAPI -#define GL_APICALL +#define GL_API +#define GL_APIENTRY // Define GL_GLEXT_PROTOTYPES so that the OpenGL extension prototypes in // "glext.h" are parsed. |