Revert "#6383 Hide console window when in foreground mode"
Actually, closing the console window is a handy way to do a clean exit. This reverts commit 25c2e360d3
.
This commit is contained in:
parent
566e2db202
commit
80efcfa495
|
@ -373,7 +373,7 @@ MSWindowsWatchdog::startProcessInForeground(String& command)
|
|||
|
||||
return CreateProcess(
|
||||
NULL, LPSTR(command.c_str()), NULL, NULL,
|
||||
TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &m_processInfo);
|
||||
TRUE, 0, NULL, NULL, &si, &m_processInfo);
|
||||
}
|
||||
|
||||
BOOL
|
||||
|
|
Loading…
Reference in New Issue