summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-30 12:49:14 +0900
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-06-30 12:49:32 +0900
commit810888f6564a1421f82190fbb8766ad8c79d88b7 (patch)
treee1146aa4865120a7500c23f6bc39c5fdd26f20dc /include
parent9d94d133b019ef23ee03cc691fcb5602451604ae (diff)
gles: Don't define GLAPIENTRY here.
Diffstat (limited to 'include')
-rw-r--r--include/GLES/glplatform.h1
-rw-r--r--include/GLES2/gl2platform.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h
index 5ce0cbe84a..543464ba6f 100644
--- a/include/GLES/glplatform.h
+++ b/include/GLES/glplatform.h
@@ -51,7 +51,6 @@ extern "C" {
# else
# define GL_API __declspec(dllimport)
# endif
-# define GLAPIENTRY __stdcall
#else
# ifdef __GL_EXPORTS
# define GL_API
diff --git a/include/GLES2/gl2platform.h b/include/GLES2/gl2platform.h
index 077571e4ea..7c3a22e43e 100644
--- a/include/GLES2/gl2platform.h
+++ b/include/GLES2/gl2platform.h
@@ -51,7 +51,6 @@ extern "C" {
# else
# define GL_APICALL __declspec(dllimport)
# endif
-# define GLAPIENTRY __stdcall
#else
# ifdef __GL_EXPORTS
# define GL_APICALL