https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3dc07c91f8c02a654d058…
commit 3dc07c91f8c02a654d05815dce55871d52275c59
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Mon May 21 11:33:02 2018 +0200
Commit: Pierre Schweitzer <pierre(a)reactos.org>
CommitDate: Mon May 21 11:33:02 2018 +0200
[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 077079d7e1..e9861de796 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 44983e78e9..5557e7fbf5 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;