Fixed latest zlib stuff to compile in Windows.

This commit is contained in:
Stephen Anthony 2017-01-15 13:54:44 -03:30
parent 49a11e2ce1
commit 7ee1ccbbc9
1 changed files with 1 additions and 1 deletions

View File

@ -431,7 +431,7 @@ typedef uLong FAR uLongf;
typedef unsigned long z_crc_t; typedef unsigned long z_crc_t;
#endif #endif
#if 1 /* was set to #if 1 by ./configure */ #if HAVE_UNISTD_H /* SA: 2017-01-15 */
# define Z_HAVE_UNISTD_H # define Z_HAVE_UNISTD_H
#endif #endif