]> granicus.if.org Git - icu/commitdiff
ICU-8617 enclose UElement typedefs in U_CDECL_BEGIN..END
authorMarkus Scherer <markus.icu@gmail.com>
Tue, 5 Jul 2011 01:02:42 +0000 (01:02 +0000)
committerMarkus Scherer <markus.icu@gmail.com>
Tue, 5 Jul 2011 01:02:42 +0000 (01:02 +0000)
X-SVN-Rev: 30273

icu4c/source/common/uelement.h

index c5177754990b5963aa205a89e0b61fb671e343ce..4eaddd9d1a213f3988cb0be207c50b48e15693d7 100644 (file)
@@ -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