[ros-diffs] [sserapion] 36446: It is blasphemy to say that DLGPROC returns BOOL.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Wed Sep 24 07:06:55 CEST 2008


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/system/winlogon/sas.c?rev=36446&r1=36445&r2=36446&view=diff
==============================================================================
--- 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/system/winlogon/winlogon.c?rev=36446&r1=36445&r2=36446&view=diff
==============================================================================
--- 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/system/winlogon/wlx.c?rev=36446&r1=36445&r2=36446&view=diff
==============================================================================
--- 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,



More information about the Ros-diffs mailing list