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
Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git]
/
external
/
epoxy
/
clang-cl.patch
blob
0e0232cea68ce88dc6502ca73eaf50d5102ec032
1
--- src/dispatch_common.c
2
+++ src/dispatch_common.c
3
@@ -272,7 +272,11 @@
4
#endif
5
};
6
7
+#if defined _MSC_VER && defined __clang__
8
+static bool library_initialized = true;
9
+#else
10
static bool library_initialized;
11
+#endif
12
13
static bool epoxy_current_context_is_glx(void);
14