--- 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); link rel='vcs-git' href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/i18npool/CustomTarget_localedata.mk
AgeCommit message (Expand)Author
2022-01-03localedata: keep the intermediate %_new.cxx fileJan-Marek Glogowski
2022-01-01Further separate saxparser run from cmp'n'touchJan-Marek Glogowski
2021-12-25Convert i18npool_LD_RULE template to pattern ruleJan-Marek Glogowski
2021-12-20Just recompile changed generated localedataJan-Marek Glogowski