Commit d7804483 authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

dwmapi: Fix missing void in empty parameter list.

parent 8a46be6c
...@@ -93,7 +93,7 @@ HRESULT WINAPI DwmGetColorizationColor(DWORD *colorization, BOOL opaque_blend) ...@@ -93,7 +93,7 @@ HRESULT WINAPI DwmGetColorizationColor(DWORD *colorization, BOOL opaque_blend)
/********************************************************************** /**********************************************************************
* DwmFlush (DWMAPI.@) * DwmFlush (DWMAPI.@)
*/ */
HRESULT WINAPI DwmFlush() HRESULT WINAPI DwmFlush(void)
{ {
FIXME("() stub\n"); FIXME("() stub\n");
......
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