repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Revert "Revert "stronger typing for SwClient::GetRegisteredIn"" and fix SwIte...
[LibreOffice.git]
/
external
/
epoxy
/
epoxy.windows.api.patch
blob
985f2d880839c928e5b60fdf09cf88a291ffe584
1
--- include/epoxy/gl.h
2
+++ include/epoxy/gl.h
3
@@ -59,7 +59,8 @@
4
5
#else
6
#ifndef APIENTRY
7
-#define APIENTRY __stdcall
8
+#define WINAPI __stdcall
9
+#define APIENTRY WINAPI
10
#endif
11
12
#ifndef GLAPIENTRY