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:
parent
b8de1350e0
commit
7e880aa553
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue