summaryrefslogtreecommitdiff
path: root/ace/ACE.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-03 22:24:35 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-09-03 22:24:35 +0000
commit2df42303543e9534881b04390d9536b1b9184bb3 (patch)
tree919e7a35f594feb285d3c8750a390d631bfc494b /ace/ACE.i
parentfd122333c8489d2546e7573d97d46095d95acfb3 (diff)
downloadATCD-2df42303543e9534881b04390d9536b1b9184bb3.tar.gz
ChangeLogTag:Fri Sep 3 11:57:24 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/ACE.i')
-rw-r--r--ace/ACE.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/ACE.i b/ace/ACE.i
index 03a43c35cd2..a7f6e541661 100644
--- a/ace/ACE.i
+++ b/ace/ACE.i
@@ -161,7 +161,7 @@ ACE::strnew (const char *s)
return ACE_OS::strcpy (t, s);
}
-#if defined (ACE_WIN32)
+#if defined (ACE_WIN32) && defined (ACE_HAS_UNICODE)
ASYS_INLINE wchar_t *
ACE::strnew (const wchar_t *s)
{
@@ -172,4 +172,4 @@ ACE::strnew (const wchar_t *s)
else
return ACE_OS::strcpy (t, s);
}
-#endif /* ACE_WIN32 */
+#endif /* ACE_WIN32 && ACE_HAS_UNICODE */