added WM_NCXBUTTON* messages

svn path=/trunk/; revision=7073
This commit is contained in:
Thomas Bluemel 2003-12-15 00:44:52 +00:00
parent 9d372b138d
commit ff7ca5e860

View file

@ -1050,6 +1050,9 @@ extern "C" {
#define WM_NCRBUTTONDBLCLK (166)
#define WM_NCRBUTTONDOWN (164)
#define WM_NCRBUTTONUP (165)
#define WM_NCXBUTTONDOWN (171)
#define WM_NCXBUTTONUP (172)
#define WM_NCXBUTTONDBLCLK (173)
#define WM_NEXTDLGCTL (40)
#define WM_NOTIFY (78)
#define WM_NOTIFYFORMAT (85)