From e3fc1691bb27cc86ee6ada9994e33cbca53ad55f Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 6 Aug 2005 16:23:29 +0000 Subject: [PATCH] no more need for these defines git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4214 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/LogicLib.nsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/Examples/LogicLib.nsi b/Examples/LogicLib.nsi index a625f86c..e1cb2b2e 100644 --- a/Examples/LogicLib.nsi +++ b/Examples/LogicLib.nsi @@ -4,9 +4,6 @@ Name "NSIS LogicLib Example" OutFile "LogicLib.exe" ShowInstDetails show -!define LOGICLIB_STRCMP -!define LOGICLIB_INT64CMP -!define LOGICLIB_SECTIONCMP !include "LogicLib.nsh" ;!undef LOGICLIB_VERBOSITY