mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +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)
|
||||
{
|
||||
DWORD wlxAction = WLX_SAS_ACTION_NONE;
|
||||
HWND hwnd;
|
||||
PSID LogonSid = NULL; /* FIXME */
|
||||
BOOL bSecure = TRUE;
|
||||
|
||||
|
|
|
@ -105,7 +105,7 @@ GetDialogListEntry(HWND hwndDlg)
|
|||
}
|
||||
|
||||
|
||||
HWND
|
||||
VOID
|
||||
CloseAllDialogWindows(VOID)
|
||||
{
|
||||
PDIALOG_LIST_ENTRY Current;
|
||||
|
|
Loading…
Reference in a new issue