summaryrefslogtreecommitdiffstats
path: root/external/epoxy/epoxy.windows.api.patch
blob: 985f2d880839c928e5b60fdf09cf88a291ffe584 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- include/epoxy/gl.h
+++ include/epoxy/gl.h
@@ -59,7 +59,8 @@
 
 #else
 #ifndef APIENTRY
-#define APIENTRY __stdcall
+#define WINAPI __stdcall
+#define APIENTRY WINAPI
 #endif
 
 #ifndef GLAPIENTRY