dwmapi: Quiet noisy fixme.
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
716cfcb163
commit
0c361793c3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue