Write error messages to stderr by default
Disabled if -O is used or if -NOTIFYHWND is valid and returns 0 to QUERYHOST:QH_ENABLESTDERR git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6798 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9841c101cf
commit
04d6fe9367
6 changed files with 51 additions and 23 deletions
|
@ -2,13 +2,17 @@
|
|||
|
||||
\H{v3.01} 3.01
|
||||
|
||||
Released on ? ?th, 201?
|
||||
Released on December ?th, 2016
|
||||
|
||||
\S1{v3.01-cl} Changelog
|
||||
|
||||
\S2{} Major Changes
|
||||
|
||||
\b Error messages are now written to stderr by default
|
||||
|
||||
\S2{} Minor Changes
|
||||
|
||||
\b SetCtlColors now supports Windows color constants
|
||||
\b \R{setctlcolors}{SetCtlColors} now supports Windows color constant values
|
||||
|
||||
\b Fixed buffer size bug in winchar.cpp (\W{http://sf.net/p/nsis/patches/271}{patch #271})
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@ Sets the text and background color of a static control, edit control, button or
|
|||
\c GetDlgItem $0 $1 1006
|
||||
\c SetCtlColors $0 0xFF0000 0x00FF00 ; Red on Green
|
||||
\c GetDlgItem $0 $1 1022
|
||||
\c SetCtlColors $0 SYSCLR:23 SYSCLR:24
|
||||
\c SetCtlColors $0 SYSCLR:23 SYSCLR:24 ; COLOR_INFOTEXT on COLOR_INFOBK
|
||||
\c FunctionEnd
|
||||
|
||||
\NsisWarnBlockContainerBegin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue