diff --git a/windows/user.c b/windows/user.c index f9cc2e6d8de..e0a70e9759e 100644 --- a/windows/user.c +++ b/windows/user.c @@ -447,7 +447,7 @@ BOOL WINAPI ExitWindowsEx( UINT flags, DWORD reserved ) if (flags & EWX_REBOOT) USER_StartRebootProcess(); - if (result) ExitKernel16(); + if (result) ExitProcess(0); return TRUE; }