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:
anders_k 2016-02-12 14:01:11 +00:00
parent 77e77d35df
commit 94edfa7934

View file

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