Commit a1f5a769 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

dwmapi: Return S_OK in DwmExtendFrameIntoClientArea.

parent b1d6d47c
......@@ -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;
}
/**********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment