From 77b4e42b8d21ceb66208762a9bfa135669f33766 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Fri, 3 Aug 2012 23:12:28 +0000 Subject: [PATCH] ICU-9346 remove U_EXPORT2 from .cpp where they are gone from .h, should fix Windows build X-SVN-Rev: 32106 --- icu4c/source/i18n/coll.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/i18n/coll.cpp b/icu4c/source/i18n/coll.cpp index 2aaa80a30e1..9ba9a6dbd68 100644 --- a/icu4c/source/i18n/coll.cpp +++ b/icu4c/source/i18n/coll.cpp @@ -870,7 +870,7 @@ Collator::setStrength(ECollationStrength newStrength) { setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus); } -int32_t U_EXPORT2 +int32_t Collator::getReorderCodes(int32_t* /* dest*/, int32_t /* destCapacity*/, UErrorCode& status) const @@ -881,7 +881,7 @@ Collator::getReorderCodes(int32_t* /* dest*/, return 0; } -void U_EXPORT2 +void Collator::setReorderCodes(const int32_t* /* reorderCodes */, int32_t /* reorderCodesLength */, UErrorCode& status)