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

X-Trac-URL: https://ssl.icu-project.org/trac/ticket/7



git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@114 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
Markus Scherer 1999-10-23 00:44:42 +00:00
parent 488a5e4040
commit 3c9f499c05

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