Commit e269444f authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

msctf: Add TF_InitMlngInfo stub.

parent 5f49f07d
...@@ -660,3 +660,12 @@ HRESULT WINAPI TF_CreateLangBarItemMgr(ITfLangBarItemMgr **pplbim) ...@@ -660,3 +660,12 @@ HRESULT WINAPI TF_CreateLangBarItemMgr(ITfLangBarItemMgr **pplbim)
return E_NOTIMPL; return E_NOTIMPL;
} }
/***********************************************************************
* TF_InitMlngInfo (MSCTF.@)
*/
HRESULT WINAPI TF_InitMlngInfo(void)
{
FIXME("stub\n");
return S_OK;
}
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
@ stub TF_GetThreadFlags @ stub TF_GetThreadFlags
@ stdcall TF_GetThreadMgr(ptr) @ stdcall TF_GetThreadMgr(ptr)
@ stub TF_InatExtractIcon @ stub TF_InatExtractIcon
@ stub TF_InitMlngInfo @ stdcall TF_InitMlngInfo()
@ stub TF_InitSystem @ stub TF_InitSystem
@ stub TF_InvalidAssemblyListCache @ stub TF_InvalidAssemblyListCache
@ stdcall TF_InvalidAssemblyListCacheIfExist() @ stdcall TF_InvalidAssemblyListCacheIfExist()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment