msctf: Add TF_InitMlngInfo stub.
This commit is contained in:
parent
5f49f07d49
commit
e269444f3a
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue