LogicLib header file: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Place this at script's begin to include LogicLib functions:
Place this at script's begin to include [[LogicLib]] functions:


<highlight-nsis>
<highlight-nsis>
   !include "LogicLib.nsh"
   !include "LogicLib.nsh"
</highlight-nsis>
</highlight-nsis>
Please read [[LogicLib]] for more information.
[[Category:LogicLib]]
[[Category:Headers]]

Latest revision as of 10:37, 30 October 2006

Place this at script's begin to include LogicLib functions:

  !include "LogicLib.nsh"

Please read LogicLib for more information.