Incomplete support for Z (size_t) logiclib integer tests and other minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6713 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ebc900f4bb
commit
d74c5acdcd
5 changed files with 30 additions and 8 deletions
|
@ -123,7 +123,7 @@ const TCHAR *compressor_display_names[] = {_T("Defined in Script/Compiler Defaul
|
|||
_T("LZMA"),
|
||||
_T("LZMA (solid)"),
|
||||
_T("Best Compressor")};
|
||||
WORD compressor_commands[] = {IDM_COMPRESSOR_SCRIPT,
|
||||
const WORD compressor_commands[] = {IDM_COMPRESSOR_SCRIPT,
|
||||
IDM_ZLIB,
|
||||
IDM_ZLIB_SOLID,
|
||||
IDM_BZIP2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue