mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
call startup routine in SESSION_START mode
svn path=/trunk/; revision=6610
This commit is contained in:
parent
ae07465bee
commit
8aedeab84e
1 changed files with 2 additions and 2 deletions
|
@ -252,8 +252,8 @@ int WINAPI _tWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdL
|
|||
|
||||
if (autostart)
|
||||
{
|
||||
char* argv[] = {""};
|
||||
startup(1, argv);
|
||||
char* argv[] = {"", "s"}; // call startup routine in SESSION_START mode
|
||||
startup(2, argv);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue