Commit 9a133441 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.

parent 4c5de640
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment