mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
Reboot instead of shutdown at the end of 2nd stage setup.
svn path=/trunk/; revision=7800
This commit is contained in:
parent
8cd9e295fc
commit
12996778d4
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: winlogon.c,v 1.25 2004/01/14 23:21:31 gvg Exp $
|
/* $Id: winlogon.c,v 1.26 2004/01/20 23:40:19 gvg Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -493,8 +493,8 @@ WinMain(HINSTANCE hInstance,
|
||||||
/* Run setup and reboot when done */
|
/* Run setup and reboot when done */
|
||||||
RunSetup ();
|
RunSetup ();
|
||||||
|
|
||||||
// NtShutdownSystem (ShutdownReboot);
|
NtShutdownSystem (ShutdownReboot);
|
||||||
NtShutdownSystem (ShutdownNoReboot);
|
// NtShutdownSystem (ShutdownNoReboot);
|
||||||
ExitProcess (0);
|
ExitProcess (0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue