LOGICLIB_SECTIONCMP is no longer required

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4988 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-10 12:55:33 +00:00
parent 5e8edf541e
commit 307dd13446

View file

@ -61,7 +61,6 @@
; ${SectionIsSectionGroupEnd} a; ${SectionIsBold} a;
; ${SectionIsReadOnly} a; ${SectionIsExpanded} a;
; ${SectionIsPartiallySelected} a
; - Requires a !define LOGICLIB_SECTIONCMP above !include LogicLib.nsh
;
; Examples:
; See LogicLib.nsi in the Examples folder for lots of example usage.