From 980589471ec7af584dc5bfd60664a955792c44eb Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Tue, 13 Sep 2016 23:16:44 +0200 Subject: [PATCH] include: Fix declaration of DwmDefWindowProc. Signed-off-by: Sebastian Lackner Signed-off-by: Alexandre Julliard --- include/dwmapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dwmapi.h b/include/dwmapi.h index f5191e11108..b2f39deae55 100644 --- a/include/dwmapi.h +++ b/include/dwmapi.h @@ -136,7 +136,7 @@ typedef struct _DWM_PRESENT_PARAMETERS { #include -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);