zlib 1.1.3

This commit is contained in:
Mark Adler
2011-09-09 23:20:29 -07:00
parent c34c1fcbb1
commit 14763ac7c6
58 changed files with 3785 additions and 600 deletions

View File

@@ -48,6 +48,9 @@
# define GZ_SUFFIX "-gz"
# define fileno(file) file->__file
#endif
#if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os
# include <unix.h> /* for fileno */
#endif
#ifndef WIN32 /* unlink already in stdio.h for WIN32 */
extern int unlink OF((const char *));