ICU-4869 Use U_CALLCONV in C callbacks.

X-SVN-Rev: 19229
This commit is contained in:
George Rhoten 2006-02-21 18:30:10 +00:00
parent dc2dae588a
commit fb6970fdde

View File

@ -2466,7 +2466,7 @@ u_charFromName(UCharNameChoice nameChoice,
* @see u_enumCharNames
* @stable ICU 1.7
*/
typedef UBool UEnumCharNamesFn(void *context,
typedef UBool U_CALLCONV UEnumCharNamesFn(void *context,
UChar32 code,
UCharNameChoice nameChoice,
const char *name,