diff options
Diffstat (limited to 'third_party/khronos/GLES2/gl2platform.h')
-rw-r--r-- | third_party/khronos/GLES2/gl2platform.h | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/third_party/khronos/GLES2/gl2platform.h b/third_party/khronos/GLES2/gl2platform.h index f1c8520..c9fa3c4 100644 --- a/third_party/khronos/GLES2/gl2platform.h +++ b/third_party/khronos/GLES2/gl2platform.h @@ -19,18 +19,8 @@ #include <KHR/khrplatform.h> -#if defined(COMPONENT_BUILD) -#if defined(WIN32) -#if defined(GLES2_C_LIB_IMPLEMENTATION) -#define GL_APICALL __declspec(dllexport) -#else -#define GL_APICALL __declspec(dllimport) -#endif /* defined(GLES2_C_LIB_IMPLEMENTATION) */ -#else /* defined(WIN32) */ -#define GL_APICALL __attribute__((visibility("default"))) -#endif -#else -# define GL_APICALL +#ifndef GL_APICALL +#define GL_APICALL KHRONOS_APICALL #endif #ifndef GL_APIENTRY |