From 62fa14f79075537a8b445128154cc0634d43b800 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Sun, 25 Jan 2004 19:29:22 +0000 Subject: [PATCH] ICU-2962 Real fix for os/390 X-SVN-Rev: 14404 --- icu4c/source/common/sprpimpl.h | 2 +- icu4c/source/common/usprep.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/sprpimpl.h b/icu4c/source/common/sprpimpl.h index 8e5b49748e..8473850bf0 100644 --- a/icu4c/source/common/sprpimpl.h +++ b/icu4c/source/common/sprpimpl.h @@ -108,7 +108,7 @@ uprv_syntaxError(const UChar* rules, * Swap StringPrep .spp profile data. See udataswp.h. * @internal */ -U_CAPI int32_t U_CALLCONV +U_CAPI int32_t U_EXPORT2 usprep_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode); diff --git a/icu4c/source/common/usprep.cpp b/icu4c/source/common/usprep.cpp index 5438549320..e773584db4 100644 --- a/icu4c/source/common/usprep.cpp +++ b/icu4c/source/common/usprep.cpp @@ -785,7 +785,7 @@ CLEANUP: /* data swapping ------------------------------------------------------------ */ -U_CAPI int32_t U_CALLCONV +U_CAPI int32_t U_EXPORT2 usprep_swap(const UDataSwapper *ds, const void *inData, int32_t length, void *outData, UErrorCode *pErrorCode) {