added COMPRESSOR_NONE_SELECTED instead of (NCOMPRESSOR)-1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5043 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
122d84ddf2
commit
39e22a96dd
2 changed files with 4 additions and 3 deletions
|
@ -81,7 +81,8 @@ enum {
|
|||
};
|
||||
|
||||
typedef enum {
|
||||
COMPRESSOR_SCRIPT,
|
||||
COMPRESSOR_NONE_SELECTED = -1,
|
||||
COMPRESSOR_SCRIPT = 0,
|
||||
COMPRESSOR_ZLIB,
|
||||
COMPRESSOR_ZLIB_SOLID,
|
||||
COMPRESSOR_BZIP2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue