include: Fix declaration of DwmDefWindowProc.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
69e49122ec
commit
980589471e
|
@ -136,7 +136,7 @@ typedef struct _DWM_PRESENT_PARAMETERS {
|
||||||
|
|
||||||
#include <poppack.h>
|
#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 DwmEnableBlurBehindWindow(HWND, const DWM_BLURBEHIND *);
|
||||||
DWMAPI DwmEnableComposition(UINT);
|
DWMAPI DwmEnableComposition(UINT);
|
||||||
DWMAPI DwmEnableMMCSS(BOOL);
|
DWMAPI DwmEnableMMCSS(BOOL);
|
||||||
|
|
Loading…
Reference in New Issue