summaryrefslogtreecommitdiff
path: root/ace/OS.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-23 19:26:19 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-02-23 19:26:19 +0000
commitdbb1e3cc4b78c4aa690d3fcfe7c7016b82a1e3b3 (patch)
tree91ef736236378de37886182ca7cf2667264c04bd /ace/OS.cpp
parent900935e24e594a3aa1538ac0574b40913fe85c3b (diff)
downloadATCD-dbb1e3cc4b78c4aa690d3fcfe7c7016b82a1e3b3.tar.gz
CE UNICODE fixes.
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 65983c339ce..925df2994c5 100644
--- a/ace/OS.cpp
+++ b/ace/OS.cpp
@@ -3710,7 +3710,7 @@ ACE_OS::fork_exec (ASYS_TCHAR *argv[])
&process_info))
# else
if (::CreateProcess (0,
- (LPTSTR) ACE_WIDE_STRING (buf),
+ (LPTSTR) buf,
0, // No process attributes.
0, // No thread attributes.
FALSE, // Can's inherit handles on CE