Try to warn the user if they forgot to declare the function

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7257 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-01-27 02:27:53 +00:00
parent 47e9a6d5ba
commit 1cae67f562
2 changed files with 16 additions and 4 deletions

View file

@ -274,13 +274,13 @@ Standard predefines that contain information about the current code scope.
Defined in the global scope.
\c Section test
\c !ifdef ${__GLOBAL__}
\c !ifdef __GLOBAL__
\c !error "this shouldn't be here!"
\c !endif
\c SectionEnd
\c
\c PageEx instfiles
\c !ifdef ${__GLOBAL__}
\c !ifdef __GLOBAL__
\c !error "this shouldn't be here!"
\c !endif
\c PageExEnd