Commit c4da0b61 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

msctf: Stub of TF_InvalidAssemblyListCacheIfExist.

parent c0b04704
......@@ -608,3 +608,12 @@ HRESULT WINAPI TF_CreateInputProcessorProfiles(
{
return InputProcessorProfiles_Constructor(NULL,(IUnknown**)ppipr);
}
/***********************************************************************
* TF_InvalidAssemblyListCacheIfExist(MSCTF.@)
*/
HRESULT WINAPI TF_InvalidAssemblyListCacheIfExist(void)
{
FIXME("Stub\n");
return S_OK;
}
......@@ -27,7 +27,7 @@
@ stub TF_InitMlngInfo
@ stub TF_InitSystem
@ stub TF_InvalidAssemblyListCache
@ stub TF_InvalidAssemblyListCacheIfExist
@ stdcall TF_InvalidAssemblyListCacheIfExist()
@ stub TF_IsCtfmonRunning
@ stub TF_IsInMarshaling
@ stub TF_MlngInfoCount
......
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