mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Sorry, these are DialogBoxParams.:(
svn path=/branches/ros-amd64-bringup/; revision=36448
This commit is contained in:
@@ -505,7 +505,7 @@ HandleLogoff(
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static LRESULT CALLBACK
|
||||
static INT_PTR CALLBACK
|
||||
ShutdownComputerWindowProc(
|
||||
IN HWND hwndDlg,
|
||||
IN UINT uMsg,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -23,7 +23,7 @@ static UINT_PTR IdTimer;
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
static LRESULT CALLBACK
|
||||
static INT_PTR CALLBACK
|
||||
DefaultWlxWindowProc(
|
||||
IN HWND hwndDlg,
|
||||
IN UINT uMsg,
|
||||
|
||||
Reference in New Issue
Block a user