win: Update referenced symbols on x64
This commit is contained in:
parent
a213a8639f
commit
20c1530278
1 changed files with 10 additions and 9 deletions
19
common.gypi
19
common.gypi
|
@ -128,15 +128,16 @@
|
||||||
],
|
],
|
||||||
}, {
|
}, {
|
||||||
'reference_symbols': [
|
'reference_symbols': [
|
||||||
'u_errorName_52',
|
'u_errorName_54',
|
||||||
'ubidi_setPara_52',
|
'ubidi_setPara_54',
|
||||||
'ucsdet_getName_52',
|
'ucsdet_getName_54',
|
||||||
'uidna_openUTS46_52',
|
'uidna_openUTS46_54',
|
||||||
'ulocdata_close_52',
|
'ulocdata_close_54',
|
||||||
'uregex_matches_52',
|
'unorm_normalize_54',
|
||||||
'uscript_getCode_52',
|
'uregex_matches_54',
|
||||||
'usearch_setPattern_52',
|
'uscript_getCode_54',
|
||||||
'?createInstance@Transliterator@icu_52@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z'
|
'usearch_setPattern_54',
|
||||||
|
'?createInstance@Transliterator@icu_54@@SAPEAV12@AEBVUnicodeString@2@W4UTransDirection@@AEAW4UErrorCode@@@Z',
|
||||||
],
|
],
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue