diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-11 00:26:43 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-02-11 00:37:39 +0100 |
commit | 5ef553d18f72a65dd53802b886e756432c0a1a01 (patch) | |
tree | 023a92109fa57054dbc7afa6351efde87372c08e /src/COMReg | |
parent | 11800e429dde76b71644d684506e338d353c9078 (diff) | |
download | VeraCrypt-5ef553d18f72a65dd53802b886e756432c0a1a01.tar.gz VeraCrypt-5ef553d18f72a65dd53802b886e756432c0a1a01.zip |
Windows: remove debugging left over call to MessageBox
Diffstat (limited to 'src/COMReg')
-rw-r--r-- | src/COMReg/COMReg.cpp | 1 |
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'\\'); |