- lzma exehead is now 34kb instead of 34.5kb thanks to the new LZMA C SDK and should be much faster due to removal of critical section usage (not tested too much, test before usage)
- applied some parts of patch #875485 git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3508 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ca9582c925
commit
d18cea205c
23 changed files with 761 additions and 1267 deletions
|
@ -204,7 +204,7 @@ lang_again:
|
|||
}
|
||||
}
|
||||
|
||||
__forceinline int NSISCALL ui_doinstall(void)
|
||||
FORCE_INLINE int NSISCALL ui_doinstall(void)
|
||||
{
|
||||
header *header = g_header;
|
||||
static WNDCLASS wc; // richedit subclassing and bgbg creation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue