Louis Lenders : msctf: Return S_OK in TextStoreACPSink_OnSelectionChange.

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


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

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

msctf: Return S_OK in TextStoreACPSink_OnSelectionChange.

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 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,




More information about the wine-cvs mailing list