mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Get OS/2 building - we need GetDefaultCharsetForLocale
This commit is contained in:
parent
e3e935d877
commit
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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user