Commit 98058947 authored by Sebastian Lackner's avatar Sebastian Lackner Committed by Alexandre Julliard

include: Fix declaration of DwmDefWindowProc.

parent 69e49122
......@@ -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);
......
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