Module: wine Branch: master Commit: e269444f3ae295d6ff0b8f8becc15b96b2113629 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e269444f3ae295d6ff0b8f8bec...
Author: Stefan Leichter Stefan.Leichter@camLine.com Date: Sun Feb 22 22:42:35 2015 -0600
msctf: Add TF_InitMlngInfo stub.
---
dlls/msctf/msctf.c | 9 +++++++++ dlls/msctf/msctf.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c index 231246a..1ce3b8e 100644 --- a/dlls/msctf/msctf.c +++ b/dlls/msctf/msctf.c @@ -660,3 +660,12 @@ HRESULT WINAPI TF_CreateLangBarItemMgr(ITfLangBarItemMgr **pplbim)
return E_NOTIMPL; } + +/*********************************************************************** + * TF_InitMlngInfo (MSCTF.@) + */ +HRESULT WINAPI TF_InitMlngInfo(void) +{ + FIXME("stub\n"); + return S_OK; +} diff --git a/dlls/msctf/msctf.spec b/dlls/msctf/msctf.spec index 4dbfb92..c3d909c 100644 --- a/dlls/msctf/msctf.spec +++ b/dlls/msctf/msctf.spec @@ -24,7 +24,7 @@ @ stub TF_GetThreadFlags @ stdcall TF_GetThreadMgr(ptr) @ stub TF_InatExtractIcon -@ stub TF_InitMlngInfo +@ stdcall TF_InitMlngInfo() @ stub TF_InitSystem @ stub TF_InvalidAssemblyListCache @ stdcall TF_InvalidAssemblyListCacheIfExist()