20 Jul
2024
20 Jul
'24
2:48 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/bcp47langs/main.c:
+#include <hstring.h> +#include <winstring.h> + +int WINAPI GetUserLanguages(char Delimiter, HSTRING* UserLanguages) { + static const WCHAR* languages = L"eng"; Add a fixme trace and note that this is a stub.
Also, please add some tests. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6131#note_76725