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
|
@ -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