dwmapi: Return S_OK in DwmExtendFrameIntoClientArea.

Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Louis Lenders 2018-09-21 18:58:24 +02:00 committed by Alexandre Julliard
parent b1d6d47c0c
commit a1f5a7699e
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ HRESULT WINAPI DwmExtendFrameIntoClientArea(HWND hwnd, const MARGINS* margins)
{
FIXME("(%p, %p) stub\n", hwnd, margins);
return E_NOTIMPL;
return S_OK;
}
/**********************************************************************