Fixed compressor initialization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3186 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
58b77bb410
commit
da2ab7b4b5
2 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
#define REGSEC HKEY_LOCAL_MACHINE
|
||||
#define REGKEY "Software\\NSIS"
|
||||
#define REGLOC "MakeNSISWPlacement"
|
||||
#define REGCOMPRESSOR "Compressor"
|
||||
#define REGCOMPRESSOR "MakeNSISWCompressor"
|
||||
#define REGDEFSUBKEY "Defines"
|
||||
#define REGDEFCOUNT "MakeNSISWDefinesCount"
|
||||
#define REGMRUSUBKEY "MRU"
|
||||
|
@ -77,7 +77,7 @@ typedef enum {
|
|||
COMPRESSOR_DEFAULT,
|
||||
COMPRESSOR_ZLIB,
|
||||
COMPRESSOR_BZIP2,
|
||||
COMPRESSOR_BEST
|
||||
COMPRESSOR_BEST,
|
||||
} NCOMPRESSOR;
|
||||
|
||||
// Extern Variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue