pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -1,13 +1,14 @@
compile insert msWin_SysColor_Equates
/*
** Copyright (C) 1992-2016 Revelation Software Inc. All Rights Reserved **
** Copyright (C) 1992-2024 Revelation Software Inc. All Rights Reserved **
Author Captain C
Date March 2016
Purpose Equates for the GetSysColor Windows API function.
Amended Date Reason
======= ==== ======
Amended Date Reason
======= ==== ======
Mr C 06 Mar 24 Added SYSCOLOR_MENUBAR$, SYSCOLOR_MENUHIGHLIGHT$
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
@ -44,7 +45,11 @@ compile insert msWin_SysColor_Equates
equ SYSCOLOR_HOTLIGHT$ to 26
equ SYSCOLOR_GRADIENTACTIVECAPTION$ to 27
equ SYSCOLOR_GRADIENTINACTIVECAPTION$ to 28
equ SYSCOLOR_ENDCOLORS$ to SYSCOLOR_GRADIENTINACTIVECAPTION$
equ SYSCOLOR_MENUHIGHLIGHT$ to 29
equ SYSCOLOR_MENUBAR$ to 30
equ SYSCOLOR_ENDCOLORS$ to SYSCOLOR_MENUBAR$
equ SYSCOLOR_DESKTOP$ to SYSCOLOR_BACKGROUND$
equ SYSCOLOR_3DFACE$ to SYSCOLOR_BTNFACE$
equ SYSCOLOR_3DSHADOW$ to SYSCOLOR_BTNSHADOW$