Added SectionInstType as a SectionIn replacement
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7134 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2c4d91c9fe
commit
5d64346b9d
7 changed files with 46 additions and 37 deletions
|
@ -148,6 +148,7 @@ enum
|
|||
// section/function stuff
|
||||
TOK_SECTION,
|
||||
TOK_SECTIONEND,
|
||||
TOK_SECTIONINSTTYPE,
|
||||
TOK_SECTIONIN,
|
||||
TOK_SECTIONGROUP,
|
||||
TOK_SECTIONGROUPEND,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue