ICU-4869 Use U_CALLCONV in C callbacks.
X-SVN-Rev: 19229
This commit is contained in:
parent
dc2dae588a
commit
fb6970fdde
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user