mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-6557 fix linkage issue.
X-SVN-Rev: 24695
This commit is contained in:
parent
f92998e519
commit
6c1e80795b
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ struct UResourceBundleAIterator {
|
|||
int32_t cursor;
|
||||
};
|
||||
|
||||
static int32_t U_CALLCONV
|
||||
/* Must be C linkage to pass function pointer to the sort function */
|
||||
|
||||
extern "C" static int32_t U_CALLCONV
|
||||
ures_a_codepointSort(const void *context, const void *left, const void *right) {
|
||||
//CompareContext *cmp=(CompareContext *)context;
|
||||
return u_strcmp(((const UResAEntry *)left)->key,
|
||||
|
|
Loading…
Add table
Reference in a new issue