mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: remove debugging left over call to MessageBox
This commit is contained in:
@@ -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'\\');
|
||||||
|
|||||||
Reference in New Issue
Block a user