- Add WM_DWM* message defines.

svn path=/trunk/; revision=45080
This commit is contained in:
Aleksey Bragin 2010-01-14 22:33:25 +00:00
parent 2a2bb84b32
commit cd4b708596

View file

@ -1803,6 +1803,12 @@ extern "C" {
#define WM_HOTKEY 786
#define WM_PRINT 791
#define WM_PRINTCLIENT 792
#define WM_DWMCOMPOSITIONCHANGED 0x031E
#define WM_DWMNCRENDERINGCHANGED 0x031F
#define WM_DWMCOLORIZATIONCOLORCHANGED 0x0320
#define WM_DWMWINDOWMAXIMIZEDCHANGE 0x0321
#define WM_HANDHELDFIRST 856
#define WM_HANDHELDLAST 863
#define WM_AFXFIRST 864