ICU-12734 ICU4C API, add missing U_HIDE_INTERNAL_API

X-SVN-Rev: 39333
This commit is contained in:
Andy Heninger 2016-09-22 22:10:24 +00:00
parent 260f921e89
commit 6b3edc198e

View file

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