50ish bytes of bzip2 code removed
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1203 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
a0f26eb2c2
commit
5b792cc6a0
3 changed files with 33 additions and 35 deletions
|
@ -91,13 +91,13 @@ typedef
|
|||
struct {
|
||||
char *next_in;
|
||||
unsigned int avail_in;
|
||||
unsigned int total_in_lo32;
|
||||
unsigned int total_in_hi32;
|
||||
// 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;
|
||||
// unsigned int total_out_lo32;
|
||||
//unsigned int total_out_hi32;
|
||||
|
||||
void *state;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue