From 0d2a0bf33883e452dd988a5b173428161e38b4af Mon Sep 17 00:00:00 2001 From: LRN Date: Wed, 8 Jan 2014 14:14:37 +0000 Subject: [PATCH] Remove CREATE_NO_WINDOW flag, allow children to get our console --- src/util/os_priority.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/os_priority.c b/src/util/os_priority.c index 2cabd214e..c1ee08728 100644 --- a/src/util/os_priority.c +++ b/src/util/os_priority.c @@ -1052,7 +1052,7 @@ start_process (int pipe_control, } bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, - CREATE_NO_WINDOW | CREATE_SUSPENDED, env_block, NULL, &start, &proc); + CREATE_SUSPENDED, env_block, NULL, &start, &proc); error_code = GetLastError (); if ((NULL == pipe_stdin) && (stdih)) -- 2.25.1