Auto define of last page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1671 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fc81283206
commit
279b1c3703
5 changed files with 14 additions and 3 deletions
|
@ -205,6 +205,8 @@ class CEXEBuild {
|
|||
StringList build_userlangstrings, ubuild_userlangstrings;
|
||||
GrowBuf build_pages, ubuild_pages;
|
||||
|
||||
char build_last_page_define[1024], ubuild_last_page_define[1024];
|
||||
|
||||
int build_custom_used, ubuild_custom_used;
|
||||
|
||||
MMapBuf build_datablock, ubuild_datablock; // use GrowBuf here instead of MMapBuf if you want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue