From ff7ca5e86021bdc46f823574e98c4fc7293edaaf Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Mon, 15 Dec 2003 00:44:52 +0000 Subject: [PATCH] added WM_NCXBUTTON* messages svn path=/trunk/; revision=7073 --- reactos/include/messages.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/messages.h b/reactos/include/messages.h index 77eb4196d6e..c799adda1bb 100644 --- a/reactos/include/messages.h +++ b/reactos/include/messages.h @@ -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)