From 7ac1abcad169708a8973c6ef03eefa64e0ef24bc Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 5 Sep 2021 16:37:38 +0200 Subject: Windows: Fix warning and link error in SetupDLL project --- src/SetupDLL/Setup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/SetupDLL/Setup.c') diff --git a/src/SetupDLL/Setup.c b/src/SetupDLL/Setup.c index 15725554..4aec04f9 100644 --- a/src/SetupDLL/Setup.c +++ b/src/SetupDLL/Setup.c @@ -3497,7 +3497,6 @@ EXTERN_C UINT STDAPICALLTYPE VC_CustomAction_DoChecks(MSIHANDLE hInstaller) DWORD cchValueBuf = 0; UINT uiStat = 0; HKEY hkey = 0; - DWORD dw = 0; std::wstring szInstallDir = L""; BOOL bRefreshExts = FALSE; BOOL bDisableReboot = FALSE; -- cgit v1.2.3