зеркало из https://github.com/mozilla/gecko-dev.git
Forced Windows nslocale.dll to pull in NSGetFactory.
This commit is contained in:
Родитель
f31eff1b13
Коммит
f2a5a70e3a
|
@ -532,3 +532,12 @@ nsLocaleFactory::GetLocaleFromAcceptLanguage(const char* acceptLanguage, nsILoca
|
|||
return result;
|
||||
|
||||
}
|
||||
|
||||
#ifdef XP_PC
|
||||
// XXX I had to add this because I changed the link order on Windows
|
||||
void notCalled()
|
||||
{
|
||||
nsCID cid;
|
||||
(void)NSGetFactory(nsnull, cid, nsnull, nsnull, nsnull);
|
||||
}
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче