mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
winemenubuilder: Allow multiple options.
This commit is contained in:
parent
2478b86ef6
commit
420d642918
@ -2714,12 +2714,12 @@ int PASCAL WinMain (HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show
|
||||
if( !lstrcmpA( token, "-a" ) )
|
||||
{
|
||||
RefreshFileTypeAssociations();
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
if( !lstrcmpA( token, "-r" ) )
|
||||
{
|
||||
cleanup_menus();
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
if( !lstrcmpA( token, "-w" ) )
|
||||
bWait = TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user