fixed interface problems when there are only custom pages

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3010 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2003-10-11 12:17:48 +00:00
parent b8de1350e0
commit 7e880aa553

View file

@ -2015,6 +2015,11 @@ Var MUI_TEMP2
!warning "The MUI_PRODUCT and MUI_VERSION defines have been removed. Use a normal Name command now."
!endif
!ifndef MUI_INSERT_INTERFACE
!insertmacro MUI_INTERFACE
!define MUI_INSERT_INTERFACE
!endif
!insertmacro MUI_FUNCTION_GUIINIT
!insertmacro MUI_FUNCTION_ABORTWARNING