We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37f47e6 + 3141ba8 commit 4229d06Copy full SHA for 4229d06
1 file changed
source/glbinding/include/glbinding/gl/types.h
@@ -10,8 +10,8 @@
10
#include <KHR/khrplatform.h>
11
12
13
-#ifdef _MSC_VER
14
-#define GL_APIENTRY __stdcall
+#ifdef WINAPI
+#define GL_APIENTRY WINAPI
15
#else
16
#define GL_APIENTRY
17
#endif
@@ -99,4 +99,4 @@ struct _cl_event;
99
} // namespace gl
100
101
102
-#include <glbinding/gl/types.inl>
+#include <glbinding/gl/types.inl>
0 commit comments