shaved more than 500 bytes from zlib, zlib exehead now 33.5k

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2722 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-07-16 12:28:32 +00:00
parent a3cf4bd4ad
commit 711c4c19a2
3 changed files with 245 additions and 297 deletions

View file

@ -63,7 +63,7 @@ const char * NSISCALL loadHeaders(void)
data=(void*)my_GlobalAlloc(h.length_of_header);
#ifdef NSIS_CONFIG_COMPRESSION_SUPPORT
inflateInit(&g_inflate_stream);
//inflateInit(&g_inflate_stream);
#ifdef NSIS_COMPRESS_WHOLE
inflateReset(&g_inflate_stream);