[PATCH 2/3] msctf: return S_OK in TextStoreACPSink_OnSelectionChange

Louis Lenders xerox.xerox2000x at gmail.com
Wed Apr 4 04:48:00 CDT 2018



For bug 44404




Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
---
 dlls/msctf/context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msctf/context.c b/dlls/msctf/context.c
index 70b06e2..d52884d 100644
--- a/dlls/msctf/context.c
+++ b/dlls/msctf/context.c
@@ -765,7 +765,7 @@ static HRESULT WINAPI TextStoreACPSink_OnSelectionChange(ITextStoreACPSink *ifac
 {
     Context *This = impl_from_ITextStoreACPSink(iface);
     FIXME("STUB:(%p)\n",This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI TextStoreACPSink_OnLayoutChange(ITextStoreACPSink *iface,
-- 
2.7.4




More information about the wine-devel mailing list