Author: sserapion
Date: Wed Sep 24 02:33:48 2008
New Revision: 36448
URL:
http://svn.reactos.org/svn/reactos?rev=36448&view=rev
Log:
Sorry, these are DialogBoxParams.:(
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
02:33:48 2008
@@ -505,7 +505,7 @@
return STATUS_SUCCESS;
}
-static LRESULT CALLBACK
+static INT_PTR 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 02:33:48 2008
@@ -185,7 +185,7 @@
return Session->Gina.Functions.WlxRemoveStatusMessage(Session->Gina.Context);
}
-static LRESULT CALLBACK
+static INT_PTR 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
02:33:48 2008
@@ -23,7 +23,7 @@
/* FUNCTIONS ****************************************************************/
-static LRESULT CALLBACK
+static INT_PTR CALLBACK
DefaultWlxWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,