AIX: sizeof(wchar_t)==2

X-Trac-URL: https://ssl.icu-project.org/trac/ticket/157



git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@287 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
Steven R. Loomis 1999-12-03 19:43:10 +00:00
parent 4c59b2b622
commit 4610edbed0

View file

@ -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 */
/*===========================================================================*/