From f2f67fbaa838adeb9f68c1c518f82a9d91e8a0aa Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Tue, 10 Sep 2013 03:44:20 +0000 Subject: [PATCH] ICU-10373 A few more namespace tweaks to fix the Windows build. X-SVN-Rev: 34255 --- icu4c/source/common/ucnv_bld.cpp | 4 ++-- icu4c/source/common/uresbund.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/icu4c/source/common/ucnv_bld.cpp b/icu4c/source/common/ucnv_bld.cpp index 172f71bc6a..4940310f1f 100644 --- a/icu4c/source/common/ucnv_bld.cpp +++ b/icu4c/source/common/ucnv_bld.cpp @@ -539,7 +539,7 @@ ucnv_deleteSharedConverterData(UConverterSharedData * deadSharedData) * Load a non-algorithmic converter. * If pkg==NULL, then this function must be called inside umtx_lock(&cnvCacheMutex). */ -U_CAPI UConverterSharedData * +UConverterSharedData * ucnv_load(UConverterLoadArgs *pArgs, UErrorCode *err) { UConverterSharedData *mySharedConverterData; @@ -889,7 +889,7 @@ ucnv_canCreateConverter(const char *converterName, UErrorCode *err) { return U_SUCCESS(*err); } -U_CAPI UConverter * +UConverter * ucnv_createAlgorithmicConverter(UConverter *myUConverter, UConverterType type, const char *locale, uint32_t options, diff --git a/icu4c/source/common/uresbund.cpp b/icu4c/source/common/uresbund.cpp index 8c34be5bd6..c212f15e08 100644 --- a/icu4c/source/common/uresbund.cpp +++ b/icu4c/source/common/uresbund.cpp @@ -1119,7 +1119,6 @@ static UResourceBundle *init_resb_result(const ResourceData *rdata, Resource r, return resB; } -U_CAPI UResourceBundle *ures_copyResb(UResourceBundle *r, const UResourceBundle *original, UErrorCode *status) { UBool isStackObject; if(U_FAILURE(*status) || r == original) {