Use the correct "Un" mode even if it is unused
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7265 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
19de8e8803
commit
f3b34153bc
1 changed files with 3 additions and 3 deletions
|
@ -92,8 +92,8 @@ o-----------------------------------------------------------------------------o
|
|||
!define `${Name}_List` `${List}`
|
||||
!define `${Name}_TypeList` `${TypeList}`
|
||||
!ifdef STRFUNC_USECALLARTIFICIALFUNCTION
|
||||
!define `${Name}` `!insertmacro STRFUNC_CALL_${Name} "${un}" `
|
||||
!define `Un${Name}` `!insertmacro STRFUNC_CALL_${Name} "${un}" `
|
||||
!define `${Name}` `!insertmacro STRFUNC_CALL_${Name} "" `
|
||||
!define `Un${Name}` `!insertmacro STRFUNC_CALL_${Name} Un `
|
||||
!else
|
||||
!define `${Name}` `!insertmacro STRFUNC_MAKEFUNC ${Name} "" #`
|
||||
!define `Un${Name}` `!insertmacro STRFUNC_MAKEFUNC ${Name} Un #`
|
||||
|
@ -111,7 +111,7 @@ o-----------------------------------------------------------------------------o
|
|||
!verbose push ${_STRFUNC_CREDITVERBOSITY}
|
||||
!echo `${U+24}{${un}${basename}} - Copyright ${credits}`
|
||||
!verbose pop
|
||||
!define ${un}${basename}_INCLUDED
|
||||
!define /IfNDef ${un}${basename}_INCLUDED
|
||||
!ifndef STRFUNC_USECALLARTIFICIALFUNCTION
|
||||
!define /ReDef ${un}${basename} `!insertmacro STRFUNC_CALL_${basename} "${un}" `
|
||||
!if "${un}" != ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue