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