summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2003-03-26 03:17:46 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2003-03-26 03:17:46 +0000
commitef72b44a4e6d575989f39da0b2fd12fbbd1b03f1 (patch)
tree235fe0e3d3b76b2d457c165b12b9d467d98fc293 /ace/OS.h
parentc3f3cb5fa54ab1d0f2786a89b3ae866ab6d0965b (diff)
downloadATCD-ef72b44a4e6d575989f39da0b2fd12fbbd1b03f1.tar.gz
ChangeLog tag: Tue Mar 25 21:08:04 2003 Phil Mesnier <mesnier_p@ociweb.com>
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 8f886a9ca8d..0bf671803cb 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -5776,7 +5776,7 @@ public:
// @@ (othman) IMHO, it is the lesser of two evils to use the
// correct type for the platform rather than (forcibly) assume
// that all wide characters are 16 bits.
-#ifdef ACE_HAS_WCHAR
+#if defined (ACE_HAS_WCHAR) || defined (ACE_HAS_XPG4_MULTIBYTE_CHAR)
typedef wchar_t WChar;
#else
typedef ACE_UINT16 WChar;