zlib 1.2.0.6

This commit is contained in:
Mark Adler
2011-09-09 23:22:48 -07:00
parent 4b5a43a219
commit f81ba93d4a
37 changed files with 1235 additions and 551 deletions

View File

@@ -287,6 +287,13 @@ typedef uLong FAR uLongf;
# define z_off_t long
#endif
#if defined(__MVS__)
#define NO_vsnprintf
#ifdef FAR
#undef FAR
#endif
#endif
/* MVS linker does not support external names larger than 8 bytes */
#if defined(__MVS__)
# pragma map(deflateInit_,"DEIN")