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:
parent
08b077296c
commit
bd64a86f0c
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue