mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
- add an checkpoint for the system regression tool
svn path=/trunk/; revision=24606
This commit is contained in:
parent
f17eb0c2a1
commit
913d10566a
1 changed files with 5 additions and 0 deletions
|
@ -3671,6 +3671,11 @@ RunUSetup(VOID)
|
||||||
|
|
||||||
/* Reboot */
|
/* Reboot */
|
||||||
FreeConsole();
|
FreeConsole();
|
||||||
|
|
||||||
|
/// THE FOLLOWING DPRINT IS FOR THE SYSTEM REGRESSION TOOL
|
||||||
|
/// DO NOT REMOVE!!!
|
||||||
|
DPRINT1("SYSREG_CHECKPOINT:USETUP_COMPLETE");
|
||||||
|
|
||||||
NtShutdownSystem(ShutdownReboot);
|
NtShutdownSystem(ShutdownReboot);
|
||||||
NtTerminateProcess(NtCurrentProcess(), 0);
|
NtTerminateProcess(NtCurrentProcess(), 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue