[WINLOGON] Fix build.

This commit is contained in:
Pierre Schweitzer 2018-05-21 11:33:02 +02:00
parent 02f3cb5381
commit 3dc07c91f8
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 1 additions and 2 deletions

View file

@ -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;

View file

@ -105,7 +105,7 @@ GetDialogListEntry(HWND hwndDlg)
} }
HWND VOID
CloseAllDialogWindows(VOID) CloseAllDialogWindows(VOID)
{ {
PDIALOG_LIST_ENTRY Current; PDIALOG_LIST_ENTRY Current;