office-gobmx/external/epoxy/clang-cl.patch
Taichi Haradaguchi 2329128fa1 upgrade libepoxy to 1.5.10
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>
2022-09-22 14:24:16 +02:00

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);