Ticket #24067: zlib.h.diff
File zlib.h.diff, 946 bytes (added by jmroot (Joshua Root), 15 years ago) |
---|
-
zlib.h
old new 1556 1556 inflateBackInit_((strm), (windowBits), (window), \ 1557 1557 ZLIB_VERSION, sizeof(z_stream)) 1558 1558 1559 #if def _LARGEFILE64_SOURCE1559 #if defined(_LARGEFILE64_SOURCE) && !defined(__APPLE__) 1560 1560 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 1561 1561 ZEXTERN off64_t ZEXPORT gzseek64 OF((gzFile, off64_t, int)); 1562 1562 ZEXTERN off64_t ZEXPORT gztell64 OF((gzFile)); … … 1572 1572 # define gzoffset gzoffset64 1573 1573 # define adler32_combine adler32_combine64 1574 1574 # define crc32_combine crc32_combine64 1575 # if ndef _LARGEFILE64_SOURCE1575 # if !defined(_LARGEFILE64_SOURCE) || defined(__APPLE__) 1576 1576 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 1577 1577 ZEXTERN off_t ZEXPORT gzseek64 OF((gzFile, off_t, int)); 1578 1578 ZEXTERN off_t ZEXPORT gztell64 OF((gzFile));