From 035924f082081cfca4c4fc31b157bab22ca8e99d Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 29 Feb 2004 12:11:43 +0000 Subject: [PATCH] declare missing COLOR_... constants svn path=/trunk/; revision=8471 --- reactos/w32api/include/winuser.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/w32api/include/winuser.h b/reactos/w32api/include/winuser.h index 2c094c5db55..879860f47e7 100644 --- a/reactos/w32api/include/winuser.h +++ b/reactos/w32api/include/winuser.h @@ -837,6 +837,9 @@ extern "C" { #define COLOR_WINDOW 5 #define COLOR_WINDOWFRAME 6 #define COLOR_WINDOWTEXT 8 +#define COLOR_HOTLIGHT 26 +#define COLOR_GRADIENTACTIVECAPTION 27 +#define COLOR_GRADIENTINACTIVECAPTION 28 #define CTLCOLOR_MSGBOX 0 #define CTLCOLOR_EDIT 1 #define CTLCOLOR_LISTBOX 2