mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().
This commit is contained in:
parent
16f900fd5a
commit
b8228aaf98
|
@ -3568,6 +3568,7 @@ static HRESULT WINAPI MLangConvertCharset_Initialize(IMLangConvertCharset *iface
|
|||
|
||||
TRACE("(%p)->(%u %u 0x%08x)\n", This, src_cp, dst_cp, prop);
|
||||
|
||||
prop &= ~MLCONVCHARF_USEDEFCHAR;
|
||||
if (prop)
|
||||
FIXME("property 0x%08x not supported\n", prop);
|
||||
|
||||
|
|
Loading…
Reference in New Issue