mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
[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:
parent
70a280e7ef
commit
541da7bafb
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