mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
command line option -nodesktop
svn path=/trunk/; revision=6088
This commit is contained in:
parent
1f1078fba3
commit
d1e179a339
1 changed files with 3 additions and 0 deletions
|
@ -163,6 +163,9 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdL
|
|||
if (!lstrcmp(lpCmdLine,TEXT("-desktop")))
|
||||
startup_desktop = TRUE;
|
||||
|
||||
if (!lstrcmp(lpCmdLine,TEXT("-nodesktop")))
|
||||
startup_desktop = FALSE;
|
||||
|
||||
if (!lstrcmp(lpCmdLine,TEXT("-noexplorer"))) {
|
||||
nShowCmd = SW_HIDE;
|
||||
startup_desktop = TRUE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue