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