Commit f2fa7ec3 authored by Damjan Jovanovic's avatar Damjan Jovanovic Committed by Alexandre Julliard

start.exe: Pass the "show window" flags to CreateProcess() too.

parent ada8b1ab
......@@ -408,6 +408,7 @@ int wmain (int argc, WCHAR *argv[])
ZeroMemory(&startup_info, sizeof(startup_info));
startup_info.cb = sizeof(startup_info);
startup_info.wShowWindow = sei.nShow;
startup_info.lpTitle = title;
if (!CreateProcessW(
......
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