Forced Windows nslocale.dll to pull in NSGetFactory.

This commit is contained in:
warren%netscape.com 1999-11-28 05:40:40 +00:00
parent f31eff1b13
commit f2a5a70e3a

View File

@ -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