[WINESYNC]: reg is now in sync with wine-staging wine-6.23

Used winesync.py script, commits which needed obious adjustments have explicit
note in commit message, that it is manually adjusted. Internationalization is
skipped while automated sync and done in last manual step.

Additonal manual adjustments to compile in ros are in this commit:
- wcsupr -> _wcsupr
- only 3 arguments for swprintf, instead of 4 in wine
- disable tests for "/reg:32" and "/reg:64", because they fail on w2k3

Manually addjusted base/applications/cmdutils/reg/lang/zh-CN.rc while rebase to
actuall master (4a66cbb224) on 19.06.2022
This commit is contained in:
Thomas Csovcsity 2022-01-17 18:47:50 +01:00
parent 958d4a884a
commit 1a6f523e01
41 changed files with 3687 additions and 476 deletions

View file

@ -205,6 +205,6 @@ int reg_delete(int argc, WCHAR *argvW[])
invalid:
output_message(STRING_INVALID_SYNTAX);
output_message(STRING_FUNC_HELP, wcsupr(argvW[1]));
output_message(STRING_FUNC_HELP, _wcsupr(argvW[1]));
return 1;
}