extracted SetVarsSection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4750 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
676158b826
commit
f4bfa52981
2 changed files with 26 additions and 11 deletions
|
@ -216,6 +216,7 @@ class CEXEBuild {
|
|||
int ProcessPages();
|
||||
void PrepareInstTypes();
|
||||
void PrepareHeaders(IGrowBuf *hdrbuf);
|
||||
int SetVarsSection();
|
||||
|
||||
int resolve_jump_int(const char *fn, int *a, int offs, int start, int end);
|
||||
int resolve_call_int(const char *fn, const char *str, int fptr, int *ofs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue