VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/SetupDLL/Setup.c
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2021-09-05 16:37:38 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2021-09-05 20:10:24 +0200
commit7ac1abcad169708a8973c6ef03eefa64e0ef24bc (patch)
tree32845ab2cac608283d527bc1734fa28aadebcf98 /src/SetupDLL/Setup.c
parent7666a77106ad92f403e206d8fbb04fe18201e615 (diff)
downloadVeraCrypt-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.c1
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;