dwmapi: Fix missing void in empty parameter list.
This commit is contained in:
parent
8a46be6cee
commit
d7804483ae
|
@ -93,7 +93,7 @@ HRESULT WINAPI DwmGetColorizationColor(DWORD *colorization, BOOL opaque_blend)
|
|||
/**********************************************************************
|
||||
* DwmFlush (DWMAPI.@)
|
||||
*/
|
||||
HRESULT WINAPI DwmFlush()
|
||||
HRESULT WINAPI DwmFlush(void)
|
||||
{
|
||||
FIXME("() stub\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue