diff --git a/Contrib/InstallOptions/InstallOptions.nsh b/Contrib/InstallOptions/InstallOptions.nsh index c57e0d0f..660b3030 100644 --- a/Contrib/InstallOptions/InstallOptions.nsh +++ b/Contrib/InstallOptions/InstallOptions.nsh @@ -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 - \ No newline at end of file + +!endif # ___NSIS__INSTALL_OPTIONS__NSH___