Use the system link color on our custom link controls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6589 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
113be9b813
commit
ab554ae939
4 changed files with 31 additions and 4 deletions
|
@ -510,6 +510,9 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
#ifndef COLOR_WINDOW
|
||||
# define COLOR_WINDOW 5
|
||||
#endif
|
||||
#ifndef COLOR_HOTLIGHT
|
||||
# define COLOR_HOTLIGHT 26
|
||||
#endif
|
||||
|
||||
// resources
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue