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:
joostverburg 2008-03-29 17:50:54 +00:00
parent 9a9e74490a
commit 1084ca06c6

View file

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