Esme Povirk (@madewokherd) commented about dlls/mlang/mlang.c:
return dll_count == 0 ? S_OK : S_FALSE;
}
+static BOOL WINAPI allocate_font_link_cb(PINIT_ONCE init_once, PVOID args, PVOID *context) +{
- HRESULT hr = S_OK;
- if (!font_link_global)
I don't think we need the NULL check since this is only running once.