inflateReset and inflateInit are now the same thing,

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1276 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-10-02 17:23:46 +00:00
parent 4e6828b511
commit d7138bf7aa
3 changed files with 3 additions and 29 deletions

View file

@ -238,8 +238,9 @@ typedef z_stream FAR *z_streamp;
ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
ZEXTERN int ZEXPORT deflateEnd OF((z_streamp strm));
ZEXTERN void ZEXPORT inflateInit OF((z_streamp strm));
#define inflateInit(x) inflateReset(x)
int ZEXPORT inflate(z_streamp z);
ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
ZEXTERN int ZEXPORT deflateInit2 OF((z_streamp strm,