Get OS/2 building - we need GetDefaultCharsetForLocale

This commit is contained in:
mkaply%us.ibm.com 2001-12-08 17:56:48 +00:00
Родитель e3e935d877
Коммит b4b39e9631
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -100,6 +100,12 @@ nsPlatformCharset::GetCharset(nsPlatformCharsetSel selector, nsAWritableString&
return NS_OK;
}
NS_IMETHODIMP
nsPlatformCharset::GetDefaultCharsetForLocale(const PRUnichar* localeName, PRUnichar** _retValue)
{
return NS_OK;
}
NS_IMETHODIMP
nsPlatformCharset::Init()
{