Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown...
authorAlex Ionescu <aionescu@gmail.com>
Sun, 18 Sep 2005 18:49:30 +0000 (18:49 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 18 Sep 2005 18:49:30 +0000 (18:49 +0000)
svn path=/trunk/; revision=17919

reactos/lib/shell32/dialogs.c

index 5ebd398..357d633 100644 (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;
 }