Aric Stewart : mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.

Alexandre Julliard julliard at winehq.org
Wed Sep 10 06:01:31 CDT 2008


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

Author: Aric Stewart <aric at codeweavers.com>
Date:   Tue Sep  9 07:12:36 2008 -0500

mlang: Expand stub of fnIMLangFontLink2_GetStrCodePages.

---

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

diff --git a/dlls/mlang/mlang.c b/dlls/mlang/mlang.c
index 0170631..e2f0970 100644
--- a/dlls/mlang/mlang.c
+++ b/dlls/mlang/mlang.c
@@ -3049,7 +3049,9 @@ static HRESULT WINAPI fnIMLangFontLink2_GetStrCodePages( IMLangFontLink2* This,
         DWORD *pdwCodePages, long *pcchCodePages)
 {
     FIXME("(%p)->%s %li %x %p %p\n",This, debugstr_wn(pszSrc,cchSrc),cchSrc,dwPriorityCodePages,pdwCodePages,pcchCodePages);
-    return E_NOTIMPL;
+    *pdwCodePages = 0;
+    *pcchCodePages = 1;
+    return S_OK;
 }
 
 static HRESULT WINAPI fnIMLangFontLink2_CodePageToCodePages(IMLangFontLink2* This,




More information about the wine-cvs mailing list