Commit 0c361793 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

dwmapi: Quiet noisy fixme.

parent 716cfcb1
......@@ -103,7 +103,9 @@ HRESULT WINAPI DwmGetColorizationColor(DWORD *colorization, BOOL opaque_blend)
*/
HRESULT WINAPI DwmFlush(void)
{
FIXME("() stub\n");
static BOOL once;
if (!once++) FIXME("() stub\n");
return E_NOTIMPL;
}
......
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