Don't redefine STRFUNC_*VERBOSITY when StrFunc.nsh is included multiple times
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6707 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
77e77d35df
commit
94edfa7934
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ o-----------------------------------------------------------------------------o
|
|||
|
||||
!verbose push 3
|
||||
!define /IfNDef STRFUNC_VERBOSITY 3
|
||||
!define _STRFUNC_VERBOSITY ${STRFUNC_VERBOSITY}
|
||||
!define _STRFUNC_CREDITVERBOSITY ${STRFUNC_VERBOSITY}
|
||||
!define /IfNDef _STRFUNC_VERBOSITY ${STRFUNC_VERBOSITY}
|
||||
!define /IfNDef _STRFUNC_CREDITVERBOSITY ${STRFUNC_VERBOSITY}
|
||||
!undef STRFUNC_VERBOSITY
|
||||
!verbose ${_STRFUNC_VERBOSITY}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue