summaryrefslogtreecommitdiff
path: root/ace/ACE.h
diff options
context:
space:
mode:
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