summaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_priority.c')
-rw-r--r--src/util/os_priority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/os_priority.c b/src/util/os_priority.c
index c5bb397c1..f019bd605 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1053,7 +1053,7 @@ start_process (int pipe_control,
1053 } 1053 }
1054 1054
1055 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, 1055 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES,
1056 DETACHED_PROCESS | CREATE_SUSPENDED, env_block, NULL, &start, &proc); 1056 CREATE_NO_WINDOW | CREATE_SUSPENDED, env_block, NULL, &start, &proc);
1057 error_code = GetLastError (); 1057 error_code = GetLastError ();
1058 1058
1059 if ((NULL == pipe_stdin) && (stdih)) 1059 if ((NULL == pipe_stdin) && (stdih))