diff options
author | Jonathan White <jwhite@tungstengraphics.com> | 2008-07-07 17:56:09 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-07 17:57:02 -0600 |
commit | f4caddd66f46f69ee34b1790ef1c2f549b186d2f (patch) | |
tree | b707f170ae540874ab3d4bfc0b086cceaa7e04dd /include/GLES/glplatform.h | |
parent | 6701ecb3bae4bb34d14d0740a4da9481dd9f7704 (diff) |
egl: updated GL_APIENTRY for Windows
Diffstat (limited to 'include/GLES/glplatform.h')
-rw-r--r-- | include/GLES/glplatform.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h index 543464ba6f..dbbf2b9194 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 |