mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-11826 makeconf.cpp fix for Windows linkage
X-SVN-Rev: 37931
This commit is contained in:
parent
0f0c7656d3
commit
9d91ee05db
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
|
||||
*/
|
||||
extern const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES];
|
||||
U_CAPI extern const UConverterStaticData * ucnv_converterStaticData[UCNV_NUMBER_OF_SUPPORTED_CONVERTER_TYPES];
|
||||
|
||||
/*
|
||||
* Global - verbosity
|
||||
|
|
Loading…
Add table
Reference in a new issue