mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 03:42:48 +00:00
[MSCTF] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
217390ae60
commit
4335e46944
4 changed files with 16 additions and 5 deletions
|
@ -758,14 +758,14 @@ 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)
|
||||
{
|
||||
Context *This = impl_from_ITextStoreACPSink(iface);
|
||||
FIXME("STUB:(%p)\n",This);
|
||||
return E_NOTIMPL;
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI TextStoreACPSink_OnLayoutChange(ITextStoreACPSink *iface,
|
||||
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue