zlib 1.2.4.3

This commit is contained in:
Mark Adler
2011-09-09 23:34:38 -07:00
parent 7147f24cd7
commit f4498bea28
24 changed files with 122 additions and 73 deletions

View File

@@ -53,7 +53,7 @@
# include <unix.h> /* for fileno */
#endif
#if !defined(Z_HAVE_UNISTD_H) && _LARGEFILE64_SOURCE+0 != 1
#if !defined(Z_HAVE_UNISTD_H) && !defined(_LARGEFILE64_SOURCE)
#ifndef WIN32 /* unlink already in stdio.h for WIN32 */
extern int unlink OF((const char *));
#endif