From 0c46b06c9857cb1c8d3d57d36eeb8a7fdb4947c2 Mon Sep 17 00:00:00 2001 From: Qian Hong Date: Tue, 25 Jun 2013 16:15:34 +0800 Subject: [PATCH] msctf: Added stub TF_CreateLangBarItemMgr. --- dlls/msctf/msctf.c | 8 ++++++++ dlls/msctf/msctf.spec | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c index 0d4bd848a29..2a8b0e1d61e 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 387af570021..4dbfb92541d 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