mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-24 03:53:29 +01:00
Windows: remove debugging left over call to MessageBox
This commit is contained in:
parent
11800e429d
commit
5ef553d18f
@ -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'\\');
|
||||
|
Loading…
Reference in New Issue
Block a user