mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 16:57:26 +00:00
regedit: Do not abort if the /m switch is used.
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7fb9cdf60f
commit
4339f40154
@ -209,6 +209,7 @@ BOOL ProcessCmdLine(WCHAR *cmdline)
|
||||
break;
|
||||
case 'C':
|
||||
case 'L':
|
||||
case 'M':
|
||||
case 'R':
|
||||
/* unhandled */;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user