mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Issue #325 Part 14: Remove EXPOSE_INTL_API conditionals.
This commit is contained in:
parent
04679df9c6
commit
8e9e42c7d8
17 changed files with 5 additions and 395 deletions
|
|
@ -5222,7 +5222,7 @@ JS_ResetDefaultLocale(JSContext* cx);
|
|||
struct JSLocaleCallbacks {
|
||||
JSLocaleToUpperCase localeToUpperCase;
|
||||
JSLocaleToLowerCase localeToLowerCase;
|
||||
JSLocaleCompare localeCompare; // not used #if EXPOSE_INTL_API
|
||||
JSLocaleCompare localeCompare; // not used
|
||||
JSLocaleToUnicode localeToUnicode;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue