зеркало из https://github.com/mozilla/pjs.git
Get OS/2 building - we need GetDefaultCharsetForLocale
This commit is contained in:
Родитель
ce1cb08843
Коммит
ff1fdaea2b
|
@ -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()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче