ICU-8295 Fixed a linkage problem on MSVC introduced by r29671

X-SVN-Rev: 29675
This commit is contained in:
Yoshito Umaoka 2011-03-21 15:30:19 +00:00
parent 44cf03ad83
commit f00dd1eccb

View file

@ -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,