Terminate the process on exit in NtProcessStartup.
Modified: trunk/reactos/subsys/system/usetup/usetup.c
_____
Modified: trunk/reactos/subsys/system/usetup/usetup.c
--- trunk/reactos/subsys/system/usetup/usetup.c 2005-05-21 12:19:26 UTC
(rev 15453)
+++ trunk/reactos/subsys/system/usetup/usetup.c 2005-05-21 12:21:30 UTC
(rev 15454)
@@ -3945,6 +3945,7 @@
/* Reboot */
FreeConsole();
NtShutdownSystem(ShutdownReboot);
+ NtTerminateProcess(NtCurrentProcess(), 0);
}
/* EOF */
Show replies by date