Forced Windows nslocale.dll to pull in NSGetFactory.

This commit is contained in:
warren%netscape.com 1999-11-28 05:40:40 +00:00
Родитель f31eff1b13
Коммит f2a5a70e3a
1 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

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