From 34e7dd78708fc03ac71d396206f3a9bfa5b21183 Mon Sep 17 00:00:00 2001 From: Markus Scherer Date: Tue, 5 Jul 2011 01:02:42 +0000 Subject: [PATCH] ICU-8617 enclose UElement typedefs in U_CDECL_BEGIN..END X-SVN-Rev: 30273 --- icu4c/source/common/uelement.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/icu4c/source/common/uelement.h b/icu4c/source/common/uelement.h index c5177754990..4eaddd9d1a2 100644 --- a/icu4c/source/common/uelement.h +++ b/icu4c/source/common/uelement.h @@ -23,6 +23,8 @@ #include "unicode/utypes.h" +U_CDECL_BEGIN + /** * A UVector element, or a key or value within a UHashtable. * It may be either a 32-bit integral value or an opaque void* pointer. @@ -62,6 +64,8 @@ typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2); */ typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src); +U_CDECL_END + /** * Comparator function for UnicodeString* keys. Implements UElementsAreEqual. * @param key1 The string for comparison