mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-157 add definitions for the udata API
X-SVN-Rev: 208
This commit is contained in:
parent
2ffefa66eb
commit
b487609cb2
1 changed files with 6 additions and 0 deletions
|
@ -79,6 +79,12 @@ typedef unsigned long uint32_t;
|
|||
#include <limits.h>
|
||||
#define T_INT32_MAX (LONG_MAX)
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Character data types */
|
||||
/*===========================================================================*/
|
||||
|
||||
#define U_SIZEOF_WCHAR_T 2
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Symbol import-export control */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue