mirror of https://github.com/stella-emu/stella.git
Fixed latest zlib stuff to compile in Windows.
This commit is contained in:
parent
49a11e2ce1
commit
7ee1ccbbc9
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue