3 Feb
2024
3 Feb
'24
3:06 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4082#note_59978