msctf: Return S_OK in TextStoreACPSink_OnLayoutChange.

Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Louis Lenders 2018-04-04 11:48:01 +02:00 committed by Alexandre Julliard
parent 08b077296c
commit bd64a86f0c
1 changed files with 1 additions and 1 deletions

View File

@ -773,7 +773,7 @@ static HRESULT WINAPI TextStoreACPSink_OnLayoutChange(ITextStoreACPSink *iface,
{ {
Context *This = impl_from_ITextStoreACPSink(iface); Context *This = impl_from_ITextStoreACPSink(iface);
FIXME("STUB:(%p)\n",This); FIXME("STUB:(%p)\n",This);
return E_NOTIMPL; return S_OK;
} }
static HRESULT WINAPI TextStoreACPSink_OnStatusChange(ITextStoreACPSink *iface, static HRESULT WINAPI TextStoreACPSink_OnStatusChange(ITextStoreACPSink *iface,