Sorry, these are DialogBoxParams.:(

svn path=/branches/ros-amd64-bringup/; revision=36448
This commit is contained in:
Samuel Serapion
2008-09-24 07:33:48 +00:00
parent 684afa4491
commit bcd1bf1cd6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ HandleLogoff(
return STATUS_SUCCESS;
}
static LRESULT CALLBACK
static INT_PTR CALLBACK
ShutdownComputerWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -23,7 +23,7 @@ static UINT_PTR IdTimer;
/* FUNCTIONS ****************************************************************/
static LRESULT CALLBACK
static INT_PTR CALLBACK
DefaultWlxWindowProc(
IN HWND hwndDlg,
IN UINT uMsg,