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:
kichik 2007-04-10 19:48:54 +00:00
parent 122d84ddf2
commit 39e22a96dd
2 changed files with 4 additions and 3 deletions

View file

@ -81,7 +81,8 @@ enum {
};
typedef enum {
COMPRESSOR_SCRIPT,
COMPRESSOR_NONE_SELECTED = -1,
COMPRESSOR_SCRIPT = 0,
COMPRESSOR_ZLIB,
COMPRESSOR_ZLIB_SOLID,
COMPRESSOR_BZIP2,