diff options
Diffstat (limited to 'ace/OS.cpp')
-rw-r--r-- | ace/OS.cpp | 2 |
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, |