Louis Lenders : msctf: Return S_OK in TextStoreACPSink_OnTextChange.

Alexandre Julliard julliard at winehq.org
Wed Apr 4 15:08:03 CDT 2018


Module: wine
Branch: master
Commit: a78d411b3892f86c081ab48781f6711a4382c49b
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a78d411b3892f86c081ab48781f6711a4382c49b

Author: Louis Lenders <xerox.xerox2000x at gmail.com>
Date:   Wed Apr  4 11:47:59 2018 +0200

msctf: Return S_OK in TextStoreACPSink_OnTextChange.

Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 54052f6..70b06e2 100644
--- a/dlls/msctf/context.c
+++ b/dlls/msctf/context.c
@@ -758,7 +758,7 @@ static HRESULT WINAPI TextStoreACPSink_OnTextChange(ITextStoreACPSink *iface,
 {
     Context *This = impl_from_ITextStoreACPSink(iface);
     FIXME("STUB:(%p)\n",This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI TextStoreACPSink_OnSelectionChange(ITextStoreACPSink *iface)




More information about the wine-cvs mailing list