summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 09:52:56 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-05 09:52:56 +0000
commita88a9ed99c706658a9e6cdb5cdedbb3d977c6a62 (patch)
tree80ad8b136bf72d82f20771a08d5a39f4ffbab77d /ace/ACE.h
parentc4c4914a8a212dffcedccf3ab15ec1118eab5bbb (diff)
downloadATCD-a88a9ed99c706658a9e6cdb5cdedbb3d977c6a62.tar.gz
Pure unicode fixes.
Diffstat (limited to 'ace/ACE.h')
-rw-r--r--ace/ACE.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.h b/ace/ACE.h
index 665afe8ffcf..33a575723e2 100644
--- a/ace/ACE.h
+++ b/ace/ACE.h
@@ -440,7 +440,7 @@ public:
// = String functions
#if !defined (ACE_HAS_WINCE)
- static char *strenvdup (const char *str);
+ static ASYS_TCHAR *strenvdup (const ASYS_TCHAR *str);
// Return a dynamically allocated duplicate of <str>, substituting
// the environment variable if <str[0] == '$'>. Note that the
// pointer is allocated with <ACE_OS::malloc> and must be freed by