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:
kichik 2007-09-28 17:39:31 +00:00
parent bca4b12aef
commit 7b0674b7f5

View file

@ -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___