Commit f3978074 authored by Jactry Zeng's avatar Jactry Zeng Committed by Alexandre Julliard

dwmapi: Return S_OK from DwmFlush().

parent 5f680a1e
......@@ -92,7 +92,7 @@ HRESULT WINAPI DwmFlush(void)
if (!once++) FIXME("() stub\n");
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