diff options
author | Jonathan White <[email protected]> | 2008-06-27 07:13:30 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-06-27 07:13:58 -0600 |
commit | b028b0cc533b4e10cdf599e49731e3c30fb0e366 (patch) | |
tree | babc2288102f2fbc7e4fe5b8e7c4e46242e3d2f6 /include/GLES | |
parent | 5b9d823545ec588ea97cc599a278626b99430d81 (diff) |
egl: Windows updates to the platform.h files
Diffstat (limited to 'include/GLES')
-rw-r--r-- | include/GLES/glplatform.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/GLES/glplatform.h b/include/GLES/glplatform.h index afbec74ea5f..5ce0cbe84a2 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 |