msctf: Add TF_InitMlngInfo stub.

This commit is contained in:
Stefan Leichter 2015-02-22 22:42:35 -06:00 committed by Alexandre Julliard
parent 5f49f07d49
commit e269444f3a
2 changed files with 10 additions and 1 deletions

View File

@ -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;
}

View File

@ -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()