From 657af61ffbaf50c1033a434d9140a0f8021d607b Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 3 Dec 1999 19:43:10 +0000 Subject: [PATCH] ICU-157 AIX: sizeof(wchar_t)==2 X-SVN-Rev: 287 --- icu4c/source/common/platform.h.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icu4c/source/common/platform.h.in b/icu4c/source/common/platform.h.in index a84cb9ff327..115d13322e3 100644 --- a/icu4c/source/common/platform.h.in +++ b/icu4c/source/common/platform.h.in @@ -100,6 +100,10 @@ typedef unsigned long uint32_t; # define U_SIZEOF_WCHAR_T 2 #endif +#ifdef AIX +# define U_SIZEOF_WCHAR_T 2 +#endif + /*===========================================================================*/ /* Symbol import-export control */ /*===========================================================================*/