dwmapi: Return S_OK in DwmSetWindowAttribute stub.

Nikolay Sivov bunglehead at gmail.com
Mon May 2 08:16:27 CDT 2016


On 02.05.2016 16:06, Sebastian Lackner wrote:
> From: Michael Müller <michael at fds-team.de>
> 
> Signed-off-by: Michael Müller <michael at fds-team.de>
> Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
> ---
>  dlls/dwmapi/dwmapi_main.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/dwmapi/dwmapi_main.c b/dlls/dwmapi/dwmapi_main.c
> index 155d7d3..8c3472a 100644
> --- a/dlls/dwmapi/dwmapi_main.c
> +++ b/dlls/dwmapi/dwmapi_main.c
> @@ -126,7 +126,7 @@ HRESULT WINAPI DwmSetWindowAttribute(HWND hwnd, DWORD attributenum, LPCVOID attr
>  
>      if (!once++) FIXME("(%p, %x, %p, %x) stub\n", hwnd, attributenum, attribute, size);
>  
> -    return E_NOTIMPL;
> +    return S_OK;
>  }
>  
>  /**********************************************************************
> 

What application is that for?



More information about the wine-devel mailing list