allow StrFunc.nsh to be included multiple times
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5583 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9a9e74490a
commit
1084ca06c6
1 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,11 @@ o-----------------------------------------------------------------------------o
|
|||
|
||||
!include LogicLib.nsh
|
||||
|
||||
!define FALSE 0
|
||||
!define TRUE 1
|
||||
|
||||
!ifndef STRFUNC
|
||||
|
||||
!define FALSE 0
|
||||
!define TRUE 1
|
||||
|
||||
;Header File Identification
|
||||
|
||||
!define STRFUNC `String Functions Header File`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue