Author: sserapion
Date: Wed Sep 24 00:06:55 2008
New Revision: 36446
URL:
http://svn.reactos.org/svn/reactos?rev=36446&view=rev
Log:
It is blasphemy to say that DLGPROC returns BOOL.
Modified:
branches/ros-amd64-bringup/reactos/base/system/winlogon/sas.c
branches/ros-amd64-bringup/reactos/base/system/winlogon/winlogon.c
branches/ros-amd64-bringup/reactos/base/system/winlogon/wlx.c
Modified: branches/ros-amd64-bringup/reactos/base/system/winlogon/sas.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/system/winlogon/sas.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/base/system/winlogon/sas.c [iso-8859-1] Wed Sep 24
00:06:55 2008
@@ -505,7 +505,7 @@
return STATUS_SUCCESS;
}
-static BOOL CALLBACK
+static LRESULT CALLBACK
ShutdownComputerWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,
Modified: branches/ros-amd64-bringup/reactos/base/system/winlogon/winlogon.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/system/winlogon/winlogon.c [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/base/system/winlogon/winlogon.c [iso-8859-1] Wed
Sep 24 00:06:55 2008
@@ -185,7 +185,7 @@
return Session->Gina.Functions.WlxRemoveStatusMessage(Session->Gina.Context);
}
-static BOOL CALLBACK
+static LRESULT CALLBACK
GinaLoadFailedWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,
Modified: branches/ros-amd64-bringup/reactos/base/system/winlogon/wlx.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/base/…
==============================================================================
--- branches/ros-amd64-bringup/reactos/base/system/winlogon/wlx.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/base/system/winlogon/wlx.c [iso-8859-1] Wed Sep 24
00:06:55 2008
@@ -23,7 +23,7 @@
/* FUNCTIONS ****************************************************************/
-static BOOL CALLBACK
+static LRESULT CALLBACK
DefaultWlxWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,