ICU-3177 make stack-based resource bundles possible in i18n
X-SVN-Rev: 12819
This commit is contained in:
parent
a81af8504b
commit
0f89eac7a9
@ -80,7 +80,7 @@ struct UResourceBundle {
|
||||
/*Resource fParent; */
|
||||
};
|
||||
|
||||
U_CFUNC void ures_initStackObject(UResourceBundle* resB);
|
||||
U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
|
||||
U_CFUNC void ures_setIsStackObject( UResourceBundle* resB, UBool state);
|
||||
U_CFUNC UBool ures_isStackObject( UResourceBundle* resB);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user