1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Windows: remove debugging left over call to MessageBox

This commit is contained in:
Mounir IDRASSI
2022-02-11 00:26:43 +01:00
parent 11800e429d
commit 5ef553d18f

View File

@@ -15,7 +15,6 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
if (lpCmdLine[0] == L'/' && lpCmdLine[1] == L'p') if (lpCmdLine[0] == L'/' && lpCmdLine[1] == L'p')
{ {
MessageBox(NULL, L"",L"",0);
SelfExtractStartupInit(); SelfExtractStartupInit();
GetModuleFileName (NULL, SetupFilesDir, ARRAYSIZE (SetupFilesDir)); GetModuleFileName (NULL, SetupFilesDir, ARRAYSIZE (SetupFilesDir));
s = wcsrchr (SetupFilesDir, L'\\'); s = wcsrchr (SetupFilesDir, L'\\');