dwmapi: Return S_OK in DwmSetWindowAttribute stub.

Signed-off-by: Michael Müller <michael@fds-team.de>
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Müller 2016-05-02 15:06:46 +02:00 committed by Alexandre Julliard
parent 60fe748543
commit bd2999db92
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
/**********************************************************************