clean-up for posix tests compatibility

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4901 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-01-25 18:07:40 +00:00
parent 41585aacb4
commit 471db94eb8
2 changed files with 19 additions and 21 deletions

View file

@ -11,11 +11,14 @@
* warranty.
*/
#include "../Platform.h"
#include "../exehead/config.h"
#ifdef NSIS_COMPRESS_USE_ZLIB
#include "ZUTIL.H"
#ifndef min
# define min(x,y) ((x<y)?x:y)
#endif
/* defines for inflate input/output */
/* update pointers and return */
@ -705,6 +708,3 @@ int ZEXPORT inflate(z_streamp z)
#undef n
#undef q
#undef m
#endif