From bcd1bf1cd62746660efd66a7cb331d6e23cbe5f7 Mon Sep 17 00:00:00 2001 From: Samuel Serapion Date: Wed, 24 Sep 2008 07:33:48 +0000 Subject: [PATCH] Sorry, these are DialogBoxParams.:( svn path=/branches/ros-amd64-bringup/; revision=36448 --- reactos/base/system/winlogon/sas.c | 2 +- reactos/base/system/winlogon/winlogon.c | 2 +- reactos/base/system/winlogon/wlx.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/base/system/winlogon/sas.c b/reactos/base/system/winlogon/sas.c index b68c97640eb..898aa311079 100644 --- a/reactos/base/system/winlogon/sas.c +++ b/reactos/base/system/winlogon/sas.c @@ -505,7 +505,7 @@ HandleLogoff( return STATUS_SUCCESS; } -static LRESULT CALLBACK +static INT_PTR CALLBACK ShutdownComputerWindowProc( IN HWND hwndDlg, IN UINT uMsg, diff --git a/reactos/base/system/winlogon/winlogon.c b/reactos/base/system/winlogon/winlogon.c index 454154acf06..7c9a79e7c26 100644 --- a/reactos/base/system/winlogon/winlogon.c +++ b/reactos/base/system/winlogon/winlogon.c @@ -185,7 +185,7 @@ RemoveStatusMessage( return Session->Gina.Functions.WlxRemoveStatusMessage(Session->Gina.Context); } -static LRESULT CALLBACK +static INT_PTR CALLBACK GinaLoadFailedWindowProc( IN HWND hwndDlg, IN UINT uMsg, diff --git a/reactos/base/system/winlogon/wlx.c b/reactos/base/system/winlogon/wlx.c index fc7c4782547..fa32b5a5e20 100644 --- a/reactos/base/system/winlogon/wlx.c +++ b/reactos/base/system/winlogon/wlx.c @@ -23,7 +23,7 @@ static UINT_PTR IdTimer; /* FUNCTIONS ****************************************************************/ -static LRESULT CALLBACK +static INT_PTR CALLBACK DefaultWlxWindowProc( IN HWND hwndDlg, IN UINT uMsg,