include: Fix declaration of DwmDefWindowProc.

Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Sebastian Lackner 2016-09-13 23:16:44 +02:00 committed by Alexandre Julliard
parent 69e49122ec
commit 980589471e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ typedef struct _DWM_PRESENT_PARAMETERS {
#include <poppack.h>
DWMAPI DwmDefWindowProc(HWND, UINT, WPARAM, LPARAM, LRESULT*);
DWMAPI_(BOOL) DwmDefWindowProc(HWND, UINT, WPARAM, LPARAM, LRESULT*);
DWMAPI DwmEnableBlurBehindWindow(HWND, const DWM_BLURBEHIND *);
DWMAPI DwmEnableComposition(UINT);
DWMAPI DwmEnableMMCSS(BOOL);