egl: Windows updates to the platform.h files
[mesa.git] / include / GLES / glplatform.h
index afbec74ea5f5b4314c10643ed450c907ed44fe6e..5ce0cbe84a2b2091c2339946f39e509cc2c78bc2 100644 (file)
@@ -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