mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[DEVMGR]
reboot instead of shutdown after driver update svn path=/trunk/; revision=59096
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user