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
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F

View File

@ -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'\\');