[PATCH 3/3] msctf:return S_OK in TextStoreACPSink_OnLayoutChange

Aric Stewart aric at codeweavers.com
Wed Apr 4 07:22:17 CDT 2018


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 4/4/18 4:48 AM, Louis Lenders wrote:
> Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
> ---
>   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-devel mailing list