mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8295 Fixed a linkage problem on MSVC introduced by r29671
X-SVN-Rev: 29675
This commit is contained in:
parent
44cf03ad83
commit
f00dd1eccb
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ ucol_getReorderCodes(const UCollator* coll,
|
|||
* @see ucol_getEquivalentReorderCodes
|
||||
* @draft ICU 4.8
|
||||
*/
|
||||
U_CFUNC void U_EXPORT2
|
||||
U_CAPI void U_EXPORT2
|
||||
ucol_setReorderCodes(UCollator* coll,
|
||||
const int32_t* reorderCodes,
|
||||
int32_t reorderCodesLength,
|
||||
|
|
Loading…
Add table
Reference in a new issue