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

@ -202,10 +202,16 @@ FunctionEnd
PageEx instfiles
!insertmacro TEST_SCOPES "pageex" n n n y n
!if ${__PAGEEX__} != instfiles
!error "invalid __PAGEEX__ value"
!endif
PageExEnd
PageEx un.instfiles
!insertmacro TEST_SCOPES "uninstall pageex" n n n y y
!if ${__PAGEEX__} != instfiles
!error "invalid __PAGEEX__ value"
!endif
PageExEnd
!insertmacro TEST_SCOPES "global" y n n n n