mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 23:51:28 +00:00
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:
parent
488a5e4040
commit
3c9f499c05
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue