f6e663e4bb
https://github.com/anholt/libepoxy/issues/180 sounds very similar and 1.5.3 apparently fixes that Change-Id: I009f5bc82f9e8326a7028ed29d86733cce649d15 Reviewed-on: https://gerrit.libreoffice.org/71733 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
12 lines
200 B
Diff
12 lines
200 B
Diff
--- 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
|