mirror of
https://github.com/reactos/wine.git
synced 2025-01-23 04:15:48 +00:00
mlang: Implement IMultiLanguage2_IsCodePageInstallable.
This commit is contained in:
parent
4d35f3f270
commit
c2eee9f5fc
@ -3125,8 +3125,10 @@ static HRESULT WINAPI fnIMultiLanguage2_IsCodePageInstallable(
|
||||
IMultiLanguage3* iface,
|
||||
UINT uiCodePage)
|
||||
{
|
||||
FIXME("%u\n", uiCodePage);
|
||||
return E_NOTIMPL;
|
||||
TRACE("%u\n", uiCodePage);
|
||||
|
||||
/* FIXME: the installable set is usually larger than the set of valid codepages */
|
||||
return IMultiLanguage2_ValidateCodePageEx(iface, uiCodePage, NULL, CPIOD_PEEK);
|
||||
}
|
||||
|
||||
static HRESULT WINAPI fnIMultiLanguage2_SetMimeDBSource(
|
||||
|
Loading…
x
Reference in New Issue
Block a user