mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored
svn path=/trunk/; revision=17919
This commit is contained in:
parent
523371b73d
commit
ae1732c6b0
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ int WINAPI RestartDialogEx(HWND hWndOwner, LPCWSTR lpwstrReason, DWORD uFlags, D
|
|||
int WINAPI LogoffWindowsDialog(DWORD uFlags)
|
||||
{
|
||||
ERR("LogoffWindowsDialog is UNIMPLEMENTED\n");
|
||||
ExitProcess(0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue