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

X-SVN-Rev: 114
This commit is contained in:
Markus Scherer 1999-10-23 00:44:42 +00:00
parent 9b4e0c1150
commit af83b2d57c

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 */