mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-11826 fix makeconv linkage change that broke on non-Windows
You can please some of the platforms some of the time… X-SVN-Rev: 37933
This commit is contained in:
parent
03bf2882a9
commit
6b8c10a398
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ cleanupConvData(ConvData *data) {
|
|||
/*
|
||||
* from ucnvstat.c - static prototypes of data-based converters
|
||||
*/
|
||||
U_CAPI extern const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES];
|
||||
U_CAPI const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES];
|
||||
|
||||
/*
|
||||
* Global - verbosity
|
||||
|
|
Loading…
Add table
Reference in a new issue