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;