[ros-diffs] [ion] 17919: Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous shutdown functionality is restored

ion at svn.reactos.com ion at svn.reactos.com
Sun Sep 18 20:49:46 CEST 2005


Make LogoffWindowsDialog exit the caller (ie: explorer) so that previous
shutdown functionality is restored
Modified: trunk/reactos/lib/shell32/dialogs.c
  _____  

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;
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050918/80112b2d/attachment.html


More information about the Ros-diffs mailing list