[ICU-7] added U_CFUNC to struct UConverter to make the callback function pointers compatible with the standard implementations

X-Commit-URL: https://ssl.icu-project.org/trac/changeset/114
This commit is contained in:
Markus Scherer 1999-10-23 00:44:42 +00:00
parent 70a280e7ef
commit 541da7bafb

View file

@ -140,6 +140,7 @@ UConverterSharedData;
/*Defines a UConverter, the lightweight mutable part the user sees */
U_CFUNC
struct UConverter
{
int32_t toUnicodeStatus; /*Used to internalize stream status information */