Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored

svn path=/trunk/; revision=17919
This commit is contained in:
Alex Ionescu 2005-09-18 18:49:30 +00:00
parent 523371b73d
commit ae1732c6b0

View file

@ -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;
}