mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-12734 ICU4C API, add missing U_HIDE_INTERNAL_API
X-SVN-Rev: 39333
This commit is contained in:
parent
260f921e89
commit
6b3edc198e
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
*/
|
||||
#include <stddef.h>
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
/*
|
||||
* U_USE_CHAR16_T
|
||||
* When defined, force use of char16_t for UChar.
|
||||
|
@ -71,6 +72,7 @@
|
|||
#include <uchar.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif /* U_HIDE_INTERNAL_API */
|
||||
|
||||
/*==========================================================================*/
|
||||
/* For C wrappers, we use the symbol U_STABLE. */
|
||||
|
|
Loading…
Add table
Reference in a new issue