1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2026-06-09 22:36:59 -05:00

Windows: Fix warning and link error in SetupDLL project

This commit is contained in:
Mounir IDRASSI
2021-09-05 16:37:38 +02:00
parent 7666a77106
commit 7ac1abcad1
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;