2329128fa1
removed epoxy.android.patch: fixed upstream
(063c1df279
)
Change-Id: If0c6c438014121bc480efeaeb1018b6b74e51fcc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140359
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
14 lines
273 B
Diff
14 lines
273 B
Diff
--- src/dispatch_common.c
|
|
+++ src/dispatch_common.c
|
|
@@ -272,7 +272,11 @@
|
|
#endif
|
|
};
|
|
|
|
+#if defined _MSC_VER && defined __clang__
|
|
+static bool library_initialized = true;
|
|
+#else
|
|
static bool library_initialized;
|
|
+#endif
|
|
|
|
static bool epoxy_current_context_is_glx(void);
|
|
|