Louis Lenders : msctf: Return S_OK in TextStoreACPSink_OnLayoutChange.

Alexandre Julliard julliard at winehq.org
Tue Jun 26 04:44:28 CDT 2018


Module: wine
Branch: stable
Commit: 0ee4cf1e70f4f8a1a4cb6233e672743ab67856a2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0ee4cf1e70f4f8a1a4cb6233e672743ab67856a2

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

msctf: Return S_OK in TextStoreACPSink_OnLayoutChange.

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>
(cherry picked from commit bd64a86f0cb5f46b77730b1cb8794cb43a06f52f)
Signed-off-by: Michael Stefaniuc <mstefani 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 d52884d..452895c 100644
--- a/dlls/msctf/context.c
+++ b/dlls/msctf/context.c
@@ -773,7 +773,7 @@ static HRESULT WINAPI TextStoreACPSink_OnLayoutChange(ITextStoreACPSink *iface,
 {
     Context *This = impl_from_ITextStoreACPSink(iface);
     FIXME("STUB:(%p)\n",This);
-    return E_NOTIMPL;
+    return S_OK;
 }
 
 static HRESULT WINAPI TextStoreACPSink_OnStatusChange(ITextStoreACPSink *iface,




More information about the wine-cvs mailing list