From 3fe3a8ad4105e0a9097b26cacb55b262174740ed Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 30 Nov 1999 17:17:38 +0000 Subject: [PATCH] ICU-157 os/390: sizeof(wchar_t)==2 X-SVN-Rev: 259 --- icu4c/source/common/platform.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/common/platform.h.in b/icu4c/source/common/platform.h.in index b331872b497..a84cb9ff327 100644 --- a/icu4c/source/common/platform.h.in +++ b/icu4c/source/common/platform.h.in @@ -97,6 +97,7 @@ typedef unsigned long uint32_t; #ifdef OS390 # define U_CHARSET_FAMILY 1 +# define U_SIZEOF_WCHAR_T 2 #endif /*===========================================================================*/