Module: wine Branch: master Commit: 980589471ec7af584dc5bfd60664a955792c44eb URL: http://source.winehq.org/git/wine.git/?a=commit;h=980589471ec7af584dc5bfd606... Author: Sebastian Lackner <sebastian(a)fds-team.de> Date: Tue Sep 13 23:16:44 2016 +0200 include: Fix declaration of DwmDefWindowProc. Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/dwmapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dwmapi.h b/include/dwmapi.h index f5191e1..b2f39de 100644 --- a/include/dwmapi.h +++ b/include/dwmapi.h @@ -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);