mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Issue #1053 - Remove android support from XPCOM
This commit is contained in:
parent
68d64c0c58
commit
26403f20ac
30 changed files with 27 additions and 476 deletions
|
|
@ -570,13 +570,11 @@ NS_InitXPCOM2(nsIServiceManager** aResult,
|
|||
return rv;
|
||||
}
|
||||
|
||||
#ifndef ANDROID
|
||||
// If the locale hasn't already been setup by our embedder,
|
||||
// get us out of the "C" locale and into the system
|
||||
if (strcmp(setlocale(LC_ALL, nullptr), "C") == 0) {
|
||||
setlocale(LC_ALL, "");
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(XP_UNIX)
|
||||
NS_StartupNativeCharsetUtils();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue