summaryrefslogtreecommitdiff
path: root/ACE/ace/ace_wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ace_wchar.h')
-rw-r--r--ACE/ace/ace_wchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/ace_wchar.h b/ACE/ace/ace_wchar.h
index 064be7deee9..a985f5cc28a 100644
--- a/ACE/ace/ace_wchar.h
+++ b/ACE/ace/ace_wchar.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+//* -*- C++ -*- */
//=============================================================================
/**
@@ -78,7 +78,7 @@
# include /**/ <cwctype>
# elif defined (ACE_HAS_WINCE)
# include /**/ <wtypes.h>
-# elif !defined (__BORLANDC__)
+# else
# include /**/ <wchar.h>
# endif /* ACE_HAS_STANDARD_CPP_LIBRARY */
#endif /* ACE_HAS_WCHAR */