Module: wine Branch: master Commit: c4da0b6115e5721d3c21a0e143b26ccccc2ac03c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c4da0b6115e5721d3c21a0e143...
Author: Aric Stewart aric@codeweavers.com Date: Tue Sep 8 10:29:56 2009 -0500
msctf: Stub of TF_InvalidAssemblyListCacheIfExist.
---
dlls/msctf/msctf.c | 9 +++++++++ dlls/msctf/msctf.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c index 8277278..3451ee8 100644 --- a/dlls/msctf/msctf.c +++ b/dlls/msctf/msctf.c @@ -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; +} diff --git a/dlls/msctf/msctf.spec b/dlls/msctf/msctf.spec index f7c35a3..c0cb829 100644 --- a/dlls/msctf/msctf.spec +++ b/dlls/msctf/msctf.spec @@ -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