mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().

This commit is contained in:
Nikolay Sivov 2012-09-26 17:30:09 +04:00 committed by Alexandre Julliard
parent 16f900fd5a
commit b8228aaf98
1 changed files with 1 additions and 0 deletions

View File

@ -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);