mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-2235 config switch around data swapping code
X-SVN-Rev: 13156
This commit is contained in:
parent
a5ec028eea
commit
c3b7d44c6c
1 changed files with 2 additions and 0 deletions
|
@ -658,7 +658,9 @@ ures_swapResource(const UDataSwapper *ds,
|
|||
|
||||
/* swap known formats */
|
||||
if(specialType==URES_COLLATION_BINARY) {
|
||||
#if !UCONFIG_NO_COLLATION
|
||||
ucol_swapBinary(ds, p+1, count, q+1, pErrorCode);
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case URES_TABLE:
|
||||
|
|
Loading…
Add table
Reference in a new issue