Nikolay Sivov : mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().

Alexandre Julliard julliard at winehq.org
Wed Sep 26 14:06:51 CDT 2012


Module: wine
Branch: master
Commit: b8228aaf980d7012b8e29430d5791b4c8c09664b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b8228aaf980d7012b8e29430d5791b4c8c09664b

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Sep 26 17:30:09 2012 +0400

mlang: Ignore MLCONVCHARF_USEDEFCHAR in IMLangConvertCharset_Initialize().

---

 dlls/mlang/mlang.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c
index 0253eec..d86f80a 100644
--- a/dlls/mlang/mlang.c
+++ b/dlls/mlang/mlang.c
@@ -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);
 




More information about the wine-cvs mailing list