VeraCrypt
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-11 00:26:43 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2022-02-11 00:37:39 +0100
commit5ef553d18f72a65dd53802b886e756432c0a1a01 (patch)
tree023a92109fa57054dbc7afa6351efde87372c08e
parent11800e429dde76b71644d684506e338d353c9078 (diff)
downloadVeraCrypt-5ef553d18f72a65dd53802b886e756432c0a1a01.tar.gz
VeraCrypt-5ef553d18f72a65dd53802b886e756432c0a1a01.zip
Windows: remove debugging left over call to MessageBox
-rw-r--r--src/COMReg/COMReg.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/COMReg/COMReg.cpp b/src/COMReg/COMReg.cpp
index d1f97492..9582b413 100644
--- a/src/COMReg/COMReg.cpp
+++ b/src/COMReg/COMReg.cpp
@@ -15,7 +15,6 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
if (lpCmdLine[0] == L'/' && lpCmdLine[1] == L'p')
{
- MessageBox(NULL, L"",L"",0);
SelfExtractStartupInit();
GetModuleFileName (NULL, SetupFilesDir, ARRAYSIZE (SetupFilesDir));
s = wcsrchr (SetupFilesDir, L'\\');