Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored
Modified: trunk/reactos/lib/shell32/dialogs.c
--- trunk/reactos/lib/shell32/dialogs.c 2005-09-18 18:46:15 UTC (rev 17918) +++ trunk/reactos/lib/shell32/dialogs.c 2005-09-18 18:49:30 UTC (rev 17919) @@ -413,6 +413,7 @@
int WINAPI LogoffWindowsDialog(DWORD uFlags) { ERR("LogoffWindowsDialog is UNIMPLEMENTED\n");
+ ExitProcess(0);
return 0; }