size optimization - lzma exehead is now 33.5kb
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3593 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
09d09d59d7
commit
3181bf4b4d
4 changed files with 40 additions and 12 deletions
|
@ -64,6 +64,11 @@ int NSISCALL ExecuteCodeSegment(int pos, HWND hwndProgress)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int NSISCALL ExecuteCallbackFunction(int num)
|
||||
{
|
||||
return ExecuteCodeSegment(*(&g_header->code_onInit + num), NULL);
|
||||
}
|
||||
|
||||
static char bufs[5][NSIS_MAX_STRLEN];
|
||||
static int *parms;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue