Commit 3c79c2e8 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winetest: Fix CreateProcess so that debugger tests run without timing out.

parent a61ef431
......@@ -325,7 +325,7 @@ run_ex (char *cmd, const char *out, const char *tempdir, DWORD ms)
close (fd);
}
if (!CreateProcessA (NULL, cmd, NULL, NULL, TRUE, 0,
if (!CreateProcessA (NULL, cmd, NULL, NULL, TRUE, CREATE_NEW_PROCESS_GROUP,
NULL, tempdir, &si, &pi)) {
status = -2;
} else {
......
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