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.