made bzip2 smaller than zlib mode !!!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1241 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d14d52c461
commit
77cb319b8c
9 changed files with 38 additions and 569 deletions
|
@ -91,17 +91,11 @@ typedef
|
|||
struct {
|
||||
char *next_in;
|
||||
unsigned int avail_in;
|
||||
// unsigned int total_in_lo32;
|
||||
// unsigned int total_in_hi32;
|
||||
|
||||
char *next_out;
|
||||
unsigned int avail_out;
|
||||
// unsigned int total_out_lo32;
|
||||
//unsigned int total_out_hi32;
|
||||
|
||||
void *state;
|
||||
|
||||
void *opaque;
|
||||
}
|
||||
bz_stream;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue