call startup routine in SESSION_START mode

svn path=/trunk/; revision=6610
This commit is contained in:
Martin Fuchs 2003-11-10 22:23:23 +00:00
parent ae07465bee
commit 8aedeab84e

View file

@ -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);
}
}