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