summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-19 18:01:33 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-19 18:01:33 +0000
commitffb4ae50ec4f3fc7e653f383331f11bf4ac54d38 (patch)
tree84ea2b4bfd6dc93776f31192f6739c979acd4aea /ace/OS.h
parent65ff39854bf9f976d6f2090ae2ed6891730cf9bb (diff)
downloadATCD-ffb4ae50ec4f3fc7e653f383331f11bf4ac54d38.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 03062b90e0d..dd6f635d584 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -1061,7 +1061,7 @@ struct strrecvfd {};
#if defined (ACE_HAS_UNICODE)
# if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
# include /**/ <cwchar>
-# elif defined (_MSC_VER) /* ACE_HAS_STANDARD_CPP_LIBRARY */
+# elif !defined (__BORLANDC__) /* ACE_HAS_STANDARD_CPP_LIBRARY */
# include /**/ <wchar.h>
# endif /* ACE_HAS_STANDARD_CPP_LIBRARY */
#elif defined (ACE_HAS_XPG4_MULTIBYTE_CHAR)