mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[DEVMGR]
reboot instead of shutdown after driver update svn path=/trunk/; revision=59096
This commit is contained in:
parent
7f37a7df7f
commit
cd06cd0637
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ AdvProcDriverDlgProc(IN HWND hwndDlg,
|
|||
}
|
||||
|
||||
/* Finally shut down the system */
|
||||
if(!ExitWindowsEx(EWX_POWEROFF, SHTDN_REASON_MAJOR_OTHER | SHTDN_REASON_MINOR_OTHER | SHTDN_REASON_FLAG_PLANNED))
|
||||
if(!ExitWindowsEx(EWX_REBOOT, SHTDN_REASON_MAJOR_OTHER | SHTDN_REASON_MINOR_OTHER | SHTDN_REASON_FLAG_PLANNED))
|
||||
{
|
||||
DPRINT("ExitWindowsEx failed\n");
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue