mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:25:40 +00:00
declare missing COLOR_... constants
svn path=/trunk/; revision=8471
This commit is contained in:
parent
655457493c
commit
035924f082
1 changed files with 3 additions and 0 deletions
|
@ -837,6 +837,9 @@ extern "C" {
|
||||||
#define COLOR_WINDOW 5
|
#define COLOR_WINDOW 5
|
||||||
#define COLOR_WINDOWFRAME 6
|
#define COLOR_WINDOWFRAME 6
|
||||||
#define COLOR_WINDOWTEXT 8
|
#define COLOR_WINDOWTEXT 8
|
||||||
|
#define COLOR_HOTLIGHT 26
|
||||||
|
#define COLOR_GRADIENTACTIVECAPTION 27
|
||||||
|
#define COLOR_GRADIENTINACTIVECAPTION 28
|
||||||
#define CTLCOLOR_MSGBOX 0
|
#define CTLCOLOR_MSGBOX 0
|
||||||
#define CTLCOLOR_EDIT 1
|
#define CTLCOLOR_EDIT 1
|
||||||
#define CTLCOLOR_LISTBOX 2
|
#define CTLCOLOR_LISTBOX 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue