diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 16:37:38 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2021-09-05 20:10:24 +0200 |
commit | 7ac1abcad169708a8973c6ef03eefa64e0ef24bc (patch) | |
tree | 32845ab2cac608283d527bc1734fa28aadebcf98 /src/SetupDLL/Setup.c | |
parent | 7666a77106ad92f403e206d8fbb04fe18201e615 (diff) | |
download | VeraCrypt-7ac1abcad169708a8973c6ef03eefa64e0ef24bc.tar.gz VeraCrypt-7ac1abcad169708a8973c6ef03eefa64e0ef24bc.zip |
Windows: Fix warning and link error in SetupDLL project
Diffstat (limited to 'src/SetupDLL/Setup.c')
-rw-r--r-- | src/SetupDLL/Setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |