mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[WINESYNC] reg: Allow /reg:32 and /reg:64 switches to be passed via the command line.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44755 Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> wine commit id 2b900e1c38d9bed0901ea036488e896e6df0cbe9 by Hugh McMaster <hugh.mcmaster@outlook.com> manual adjustment needed
This commit is contained in:
parent
9cf114d789
commit
b6bc8e1371
9 changed files with 32 additions and 5 deletions
|
@ -368,6 +368,8 @@ int reg_export(int argc, WCHAR *argvW[])
|
|||
|
||||
if (is_char(*str, 'y') && !str[1])
|
||||
overwrite_file = TRUE;
|
||||
else if (!lstrcmpiW(str, L"reg:32") || !lstrcmpiW(str, L"reg:64"))
|
||||
continue;
|
||||
else
|
||||
goto invalid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue