winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.
This commit is contained in:
parent
4c5de64014
commit
9a13344129
|
@ -277,8 +277,7 @@ run_ex (char *cmd, const char *out, DWORD ms)
|
|||
DWORD wait, status;
|
||||
|
||||
GetStartupInfo (&si);
|
||||
si.wShowWindow = SW_HIDE;
|
||||
si.dwFlags = STARTF_USESHOWWINDOW;
|
||||
si.dwFlags = 0;
|
||||
|
||||
if (out) {
|
||||
fd = open (out, O_WRONLY | O_CREAT, 0666);
|
||||
|
|
Loading…
Reference in New Issue