summaryrefslogtreecommitdiff
path: root/include/GLES
diff options
context:
space:
mode:
authorJonathan White <jwhite@tungstengraphics.com>2008-06-27 07:13:30 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-27 07:13:58 -0600
commitb028b0cc533b4e10cdf599e49731e3c30fb0e366 (patch)
treebabc2288102f2fbc7e4fe5b8e7c4e46242e3d2f6 /include/GLES
parent5b9d823545ec588ea97cc599a278626b99430d81 (diff)
egl: Windows updates to the platform.h files
Diffstat (limited to 'include/GLES')
-rw-r--r--include/GLES/glplatform.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h
index afbec74ea5..5ce0cbe84a 100644
--- a/include/GLES/glplatform.h
+++ b/include/GLES/glplatform.h
@@ -45,14 +45,13 @@ extern "C" {
* Definition of GL_API and GL_APIENTRY
*-----------------------------------------------------------------------*/
-#define __GL_EXPORTS
-
#ifdef _WIN32
# ifdef __GL_EXPORTS
# define GL_API __declspec(dllexport)
# else
# define GL_API __declspec(dllimport)
# endif
+# define GLAPIENTRY __stdcall
#else
# ifdef __GL_EXPORTS
# define GL_API