diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-23 19:26:19 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-23 19:26:19 +0000 |
commit | dbb1e3cc4b78c4aa690d3fcfe7c7016b82a1e3b3 (patch) | |
tree | 91ef736236378de37886182ca7cf2667264c04bd /ace/OS.cpp | |
parent | 900935e24e594a3aa1538ac0574b40913fe85c3b (diff) | |
download | ATCD-dbb1e3cc4b78c4aa690d3fcfe7c7016b82a1e3b3.tar.gz |
CE UNICODE fixes.
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 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 |