mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
Added U_IS_BIG_ENDIAN
X-SVN-Rev: 29
This commit is contained in:
parent
1477b3e3a9
commit
855712c07e
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@
|
|||
#define HAVE_UINT32_T @HAVE_UINT32_T@
|
||||
#define HAVE_BOOL_T @HAVE_BOOL_T@
|
||||
|
||||
/* Determines the endianness of the platform */
|
||||
#define U_IS_BIG_ENDIAN @U_IS_BIG_ENDIAN@
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Platform/Language determination */
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue