moved !ifdef

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1602 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-11-05 19:36:55 +00:00
parent 4c317239f5
commit f4aec50355

View file

@ -642,9 +642,7 @@
!insertmacro MUI_INTERFACE
!insertmacro MUI_BASIC
!ifdef MUI_UNINSTALLER
!insertmacro MUI_UNBASIC
!endif
!insertmacro MUI_UNBASIC
!verbose 4
@ -666,10 +664,14 @@
!macro MUI_UNBASIC
!verbose 3
!ifdef MUI_UNINSTALLER
!insertmacro MUI_UNPAGECOMMANDS
!insertmacro MUI_UNFUNCTIONS_PAGES
!insertmacro MUI_UNFUNCTIONS_GUIINIT
!insertmacro MUI_UNPAGECOMMANDS
!insertmacro MUI_UNFUNCTIONS_PAGES
!insertmacro MUI_UNFUNCTIONS_GUIINIT
!endif
!verbose 4