From 8898311b26a6da96eac94fe22d7e2a2396ee2f10 Mon Sep 17 00:00:00 2001 From: GCL Shanghai Date: Sat, 29 Jun 2002 09:33:05 +0000 Subject: [PATCH] ICU-1953 Public C API have U_CAPI return-type U_EXPORT2 X-SVN-Rev: 8982 --- icu4c/source/i18n/unicode/ucol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/ucol.h b/icu4c/source/i18n/unicode/ucol.h index 9e817059c30..bcb92cfd313 100644 --- a/icu4c/source/i18n/unicode/ucol.h +++ b/icu4c/source/i18n/unicode/ucol.h @@ -626,7 +626,7 @@ ucol_setVariableTop(UCollator *coll, * @see ucol_restoreVariableTop * @draft ICU 2.0 */ -U_CAPI uint32_t ucol_getVariableTop(const UCollator *coll, UErrorCode *status); +U_CAPI uint32_t U_EXPORT2 ucol_getVariableTop(const UCollator *coll, UErrorCode *status); /** * Sets the variable top to a collation element value supplied. Variable top is