mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Forced Windows nslocale.dll to pull in NSGetFactory.
This commit is contained in:
parent
f31eff1b13
commit
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user