ICU-176 Added ifdef for U_IMPORT and U_EXPORT for utf_countTrailBytes
X-SVN-Rev: 2039
This commit is contained in:
parent
4a3d9b01fe
commit
460392f2d8
@ -31,8 +31,13 @@
|
||||
|
||||
/* internal definitions ----------------------------------------------------- */
|
||||
|
||||
U_CAPI uint8_t U_EXPORT2
|
||||
#ifdef U_COMMON_IMPLEMENTATION
|
||||
U_CAPI uint8_t U_EXPORT2
|
||||
utf8_countTrailBytes[256];
|
||||
#else
|
||||
uint8_t /* U_IMPORT2? */ U_IMPORT
|
||||
utf8_countTrailBytes[256];
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Count the trail bytes for a lead byte -
|
||||
|
Loading…
Reference in New Issue
Block a user