mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-157 AIX: sizeof(wchar_t)==2
X-SVN-Rev: 287
This commit is contained in:
parent
2fc4c67274
commit
657af61ffb
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue