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