summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-05 17:38:34 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-09-05 17:38:34 +0000
commitb1a1da4f0a81256b4a6a667defdd9f199f7ce377 (patch)
tree21b7021b1d35f566237717befecda36fca40610d /ace/OS.cpp
parent38e257949b42fa88ce30196cb7649f5994c0c11c (diff)
downloadATCD-b1a1da4f0a81256b4a6a667defdd9f199f7ce377.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r--ace/OS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.cpp b/ace/OS.cpp
index 81071ee3486..02cd4055075 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -2321,7 +2321,7 @@ ACE_OS::fork_exec (char *argv[])
NULL, // No process attributes.
NULL, // No thread attributes.
TRUE, // Allow handle inheritance.
- CREATE_NEW_CONSOLE, // Create a new console window.
+ 0, /* CREATE_NEW_CONSOLE */ // Don't create a new console window.
NULL, // No environment.
NULL, // No current directory.
&startup_info,