allow multiple inclusions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5285 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bca4b12aef
commit
7b0674b7f5
1 changed files with 5 additions and 1 deletions
|
@ -5,6 +5,9 @@ Macros and conversion functions for InstallOptions
|
|||
|
||||
*/
|
||||
|
||||
!ifndef ___NSIS__INSTALL_OPTIONS__NSH___
|
||||
!define ___NSIS__INSTALL_OPTIONS__NSH___
|
||||
|
||||
!include LogicLib.nsh
|
||||
|
||||
!macro INSTALLOPTIONS_FUNCTION_READ_CONVERT
|
||||
|
@ -233,4 +236,5 @@ Macros and conversion functions for InstallOptions
|
|||
Pop $0
|
||||
|
||||
!macroend
|
||||
|
||||
|
||||
!endif # ___NSIS__INSTALL_OPTIONS__NSH___
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue