mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[WINLOGON] Fix build.
This commit is contained in:
parent
02f3cb5381
commit
3dc07c91f8
2 changed files with 1 additions and 2 deletions
|
@ -1140,7 +1140,6 @@ DispatchSAS(
|
||||||
IN DWORD dwSasType)
|
IN DWORD dwSasType)
|
||||||
{
|
{
|
||||||
DWORD wlxAction = WLX_SAS_ACTION_NONE;
|
DWORD wlxAction = WLX_SAS_ACTION_NONE;
|
||||||
HWND hwnd;
|
|
||||||
PSID LogonSid = NULL; /* FIXME */
|
PSID LogonSid = NULL; /* FIXME */
|
||||||
BOOL bSecure = TRUE;
|
BOOL bSecure = TRUE;
|
||||||
|
|
||||||
|
|
|
@ -105,7 +105,7 @@ GetDialogListEntry(HWND hwndDlg)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
HWND
|
VOID
|
||||||
CloseAllDialogWindows(VOID)
|
CloseAllDialogWindows(VOID)
|
||||||
{
|
{
|
||||||
PDIALOG_LIST_ENTRY Current;
|
PDIALOG_LIST_ENTRY Current;
|
||||||
|
|
Loading…
Reference in a new issue