aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_priority.c
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2014-01-08 14:14:37 +0000
committerLRN <lrn1986@gmail.com>2014-01-08 14:14:37 +0000
commit0d2a0bf33883e452dd988a5b173428161e38b4af (patch)
tree21e61b52f2d48f7a5af2b39b40b896692a748380 /src/util/os_priority.c
parentb2df9f3d5fc484516a863aebbb72ab5dc3417b77 (diff)
downloadgnunet-0d2a0bf33883e452dd988a5b173428161e38b4af.tar.gz
gnunet-0d2a0bf33883e452dd988a5b173428161e38b4af.zip
Remove CREATE_NO_WINDOW flag, allow children to get our console
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 2cabd214e..c1ee08728 100644
--- a/src/util/os_priority.c
+++ b/src/util/os_priority.c
@@ -1052,7 +1052,7 @@ start_process (int pipe_control,
1052 } 1052 }
1053 1053
1054 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, 1054 bresult = CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES,
1055 CREATE_NO_WINDOW | CREATE_SUSPENDED, env_block, NULL, &start, &proc); 1055 CREATE_SUSPENDED, env_block, NULL, &start, &proc);
1056 error_code = GetLastError (); 1056 error_code = GetLastError ();
1057 1057
1058 if ((NULL == pipe_stdin) && (stdih)) 1058 if ((NULL == pipe_stdin) && (stdih))