diff --git a/icu4c/source/common/pos2.h b/icu4c/source/common/pos2.h index 450eb819d28..fb03b143ba8 100644 --- a/icu4c/source/common/pos2.h +++ b/icu4c/source/common/pos2.h @@ -79,6 +79,12 @@ typedef unsigned long uint32_t; #include #define T_INT32_MAX (LONG_MAX) +/*===========================================================================*/ +/* Character data types */ +/*===========================================================================*/ + +#define U_SIZEOF_WCHAR_T 2 + /*===========================================================================*/ /* Symbol import-export control */ /*===========================================================================*/