NSIS_CONFIG_ENHANCEDUI_SUPPORT is a must for MUI

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-05 19:42:11 +00:00
parent 43b417dc05
commit 2faf1b9819

View file

@ -6,6 +6,11 @@
;directory for examples of usage.
;--------------------------------
!ifndef NSIS_CONFIG_ENHANCEDUI_SUPPORT
!error "To use Modern UI you must have a NSIS version compiled with NSIS_CONFIG_ENHANCEDUI_SUPPORT (in Source/exehead/config.h)!"
!endif
!verbose 3
!ifndef MUI_MACROS_USED