diff options
Diffstat (limited to 'src/COMReg/COMReg.cpp')
-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'\\'); |