20 Jul
2024
20 Jul
'24
2:47 p.m.
Zhiyi Zhang (@zhiyi) commented about dlls/bcp47langs/main.c:
+#include <hstring.h> +#include <winstring.h> + +int WINAPI GetUserLanguages(char Delimiter, HSTRING* UserLanguages) { We prefer the underscore style in wine's code. So please use delimiter and user_languages.
Also please align the asterisk to the right. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6131#note_76724