summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/GLES/glplatform.h3
-rw-r--r--include/GLES2/gl2platform.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h
index 543464ba6fb..dbbf2b91949 100644
--- a/include/GLES/glplatform.h
+++ b/include/GLES/glplatform.h
@@ -51,15 +51,16 @@ extern "C" {
# else
# define GL_API __declspec(dllimport)
# endif
+# define GL_APIENTRY __stdcall
#else
# ifdef __GL_EXPORTS
# define GL_API
# else
# define GL_API extern
# endif
+# define GL_APIENTRY
#endif
-#define GL_APIENTRY
#ifndef APIENTRY
# define APIENTRY GL_APIENTRY
diff --git a/include/GLES2/gl2platform.h b/include/GLES2/gl2platform.h
index 7c3a22e43e4..348daea7656 100644
--- a/include/GLES2/gl2platform.h
+++ b/include/GLES2/gl2platform.h
@@ -51,15 +51,16 @@ extern "C" {
# else
# define GL_APICALL __declspec(dllimport)
# endif
+# define GL_APIENTRY __stdcall
#else
# ifdef __GL_EXPORTS
# define GL_APICALL
# else
# define GL_APICALL extern
# endif
+# define GL_APIENTRY
#endif
-#define GL_APIENTRY
#ifdef __cplusplus
}