From 3dc07c91f8c02a654d05815dce55871d52275c59 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Mon, 21 May 2018 11:33:02 +0200 Subject: [PATCH] [WINLOGON] Fix build. --- base/system/winlogon/sas.c | 1 - base/system/winlogon/wlx.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/base/system/winlogon/sas.c b/base/system/winlogon/sas.c index 077079d7e19..e9861de796c 100644 --- a/base/system/winlogon/sas.c +++ b/base/system/winlogon/sas.c @@ -1140,7 +1140,6 @@ DispatchSAS( IN DWORD dwSasType) { DWORD wlxAction = WLX_SAS_ACTION_NONE; - HWND hwnd; PSID LogonSid = NULL; /* FIXME */ BOOL bSecure = TRUE; diff --git a/base/system/winlogon/wlx.c b/base/system/winlogon/wlx.c index 44983e78e9f..5557e7fbf5d 100644 --- a/base/system/winlogon/wlx.c +++ b/base/system/winlogon/wlx.c @@ -105,7 +105,7 @@ GetDialogListEntry(HWND hwndDlg) } -HWND +VOID CloseAllDialogWindows(VOID) { PDIALOG_LIST_ENTRY Current;