summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 11:07:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 11:07:37 +0000
commit74da8206819aff3a5df7b09857328201f5d176d0 (patch)
tree21a528a0bea6eb87debcd4cacf1f1381e7467824 /ACE/ace/Process.cpp
parent5b3cbe16fe5ca51c3d38629e78d4e072735ce3b0 (diff)
downloadATCD-74da8206819aff3a5df7b09857328201f5d176d0.tar.gz
Thu May 14 12:06:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Default_Constants.h: Only define ACE_DLL_PREFIX when it has not been defined yet, that way the mingw specific define can move to the mingw config file * ace/config-win32-mingw.h: Define ACE_DLL_PREFIX here * ace/OS_NS_dlfcn.inl: Initialise pointer with 0 * ace/OS_NS_sys_mman.inl: Const change * ace/OS_NS_Thread.cpp: Removed some not needed ACE_UNUSED_ARG * ace/OS_Thread_Adapter.h: * ace/Process.cpp: * ace/Sig_Handler.cpp: * ace/Thread_Manager.inl: Layout change * ace/Thread_Manager.cpp: Const change, initialise pointer with 0
Diffstat (limited to 'ACE/ace/Process.cpp')
-rw-r--r--ACE/ace/Process.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/Process.cpp b/ACE/ace/Process.cpp
index bdf17defb44..7fff4c8c44b 100644
--- a/ACE/ace/Process.cpp
+++ b/ACE/ace/Process.cpp
@@ -138,7 +138,6 @@ ACE_Process::spawn (ACE_Process_Options &options)
// like other OS environment. Therefore, it is user's whole responsibility to call
// 'ACE_Process_Options::process_name(const ACE_TCHAR *name)' to set the proper
// process name (the execution file name with path if needed).
-
BOOL fork_result =
ACE_TEXT_CreateProcess (options.process_name(),
options.command_line_buf(),