mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 17:44:24 +08:00
call startup routine in SESSION_START mode
svn path=/trunk/; revision=6610
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user