Qian Hong : msctf: Added stub TF_CreateLangBarItemMgr.

Alexandre Julliard julliard at winehq.org
Tue Jun 25 14:41:24 CDT 2013


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

Author: Qian Hong <qhong at codeweavers.com>
Date:   Tue Jun 25 16:15:34 2013 +0800

msctf: Added stub TF_CreateLangBarItemMgr.

---

 dlls/msctf/msctf.c    |    8 ++++++++
 dlls/msctf/msctf.spec |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c
index 0d4bd84..2a8b0e1 100644
--- a/dlls/msctf/msctf.c
+++ b/dlls/msctf/msctf.c
@@ -651,3 +651,11 @@ HRESULT WINAPI TF_CreateLangBarMgr(ITfLangBarMgr **pppbm)
     TRACE("\n");
     return LangBarMgr_Constructor(NULL,(IUnknown**)pppbm);
 }
+
+HRESULT WINAPI TF_CreateLangBarItemMgr(ITfLangBarItemMgr **pplbim)
+{
+    FIXME("stub %p\n", pplbim);
+    *pplbim = NULL;
+
+    return E_NOTIMPL;
+}
diff --git a/dlls/msctf/msctf.spec b/dlls/msctf/msctf.spec
index 387af57..4dbfb92 100644
--- a/dlls/msctf/msctf.spec
+++ b/dlls/msctf/msctf.spec
@@ -12,7 +12,7 @@
 @ stub TF_CreateCicLoadMutex
 @ stub TF_CreateDisplayAttributeMgr
 @ stdcall TF_CreateInputProcessorProfiles(ptr)
-@ stub TF_CreateLangBarItemMgr
+@ stdcall TF_CreateLangBarItemMgr(ptr)
 @ stdcall TF_CreateLangBarMgr(ptr)
 @ stdcall TF_CreateThreadMgr(ptr)
 @ stub TF_DllDetachInOther




More information about the wine-cvs mailing list