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 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git]
/
external
/
epoxy
/
clang-cl.patch
blob
80b49127104b6b8d1f7f92cac91bb9c9a42e899d
1
--- src/dispatch_common.c
2
+++ src/dispatch_common.c
3
@@ -190,7 +190,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