more of patch #1644712 - new compiler predefines

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4999 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-18 18:33:28 +00:00
parent 6842d80d30
commit 576446db5e
3 changed files with 24 additions and 13 deletions

View file

@ -276,7 +276,7 @@ Defined as the function name, without any prefixes, in \R{ffunction}{function} s
\S2{} $\{__PAGEEX__\}
Defined in \R{pageex}{PageEx} scope.
Defined as the page type in \R{pageex}{PageEx} scope.
\c !ifdef __PAGEEX__
\c !error "this shouldn't be here!"
@ -287,6 +287,10 @@ Defined in \R{pageex}{PageEx} scope.
\c !ifndef __PAGEEX__
\c !error "missing predefine!"
\c !endif
\c
\c !if ${__PAGEEX__} != instfiles
\c !error "wrong page type"
\c !endif
\c
\c PageExEnd