Using:StrFunc must be a nop in the artificial function mode

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7256 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-01-27 01:34:06 +00:00
parent 16866dc125
commit 47e9a6d5ba

View file

@ -61,7 +61,9 @@ o-----------------------------------------------------------------------------o
!verbose push 4
!endif
!ifndef ${Name}_INCLUDED
${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC
!ifndef STRFUNC_USECALLARTIFICIALFUNCTION
${${Name}} ; Invoke !insertmacro STRFUNC_MAKEFUNC
!endif
!endif
!if "${STRFUNC_VERBOSITY}" > 4
!verbose pop