From 1084ca06c6d273f82fc72ce03085b5eb42adacb4 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Sat, 29 Mar 2008 17:50:54 +0000 Subject: [PATCH] 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 --- Include/StrFunc.nsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/StrFunc.nsh b/Include/StrFunc.nsh index 2dc46e77..7a106ed4 100644 --- a/Include/StrFunc.nsh +++ b/Include/StrFunc.nsh @@ -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`