make gz* functions compatible with zlib 1.2.3+

This commit is contained in:
Przemyslaw Skibinski
2016-11-28 14:09:26 +01:00
parent 91437d844d
commit c77befef81
3 changed files with 15 additions and 3 deletions
+1 -3
View File
@@ -7,9 +7,7 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
#if ZLIB_VERNUM == 0x1260 && !defined(_LARGEFILE64_SOURCE)
// #define _LARGEFILE64_SOURCE 0
#endif
#if ZLIB_VERNUM <= 0x1240
ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));