mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 01:52:57 +00:00
Sync with trunk r63637.
svn path=/branches/shell-experiments/; revision=63640
This commit is contained in:
commit
73d72624b0
410 changed files with 4745 additions and 12328 deletions
|
@ -402,6 +402,12 @@ wWinMain(HINSTANCE hInstance,
|
|||
/* Register event handler (used for system shutdown) */
|
||||
SetConsoleCtrlHandler(ShutdownHandlerRoutine, TRUE);
|
||||
|
||||
/*
|
||||
* Set our shutdown parameters: we want to shutdown after the maintained
|
||||
* services (that inherit the default shutdown level of 640).
|
||||
*/
|
||||
SetProcessShutdownParameters(480, SHUTDOWN_NORETRY);
|
||||
|
||||
/* Start auto-start services */
|
||||
ScmAutoStartServices();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue