From 7ee1ccbbc9b15b45fd4fdd40a0dbf1a0b585bd31 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Sun, 15 Jan 2017 13:54:44 -0330 Subject: [PATCH] Fixed latest zlib stuff to compile in Windows. --- src/zlib/zconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zlib/zconf.h b/src/zlib/zconf.h index 77398c11a..a2384d35c 100644 --- a/src/zlib/zconf.h +++ b/src/zlib/zconf.h @@ -431,7 +431,7 @@ typedef uLong FAR uLongf; typedef unsigned long z_crc_t; #endif -#if 1 /* was set to #if 1 by ./configure */ +#if HAVE_UNISTD_H /* SA: 2017-01-15 */ # define Z_HAVE_UNISTD_H #endif