|
|
@@ -1369,6 +1369,7 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
|
|
|
ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, off64_t));
|
|
|
#endif
|
|
|
|
|
|
+/* Mono: disable this. We don't use it and makes compilation fail
|
|
|
#if _FILE_OFFSET_BITS == 64
|
|
|
# define gzopen gzopen64
|
|
|
# define gzseek gzseek64
|
|
|
@@ -1376,12 +1377,13 @@ ZEXTERN int ZEXPORT inflateBackInit_ OF((z_streamp strm, int windowBits,
|
|
|
# define adler32_combine adler32_combine64
|
|
|
# define crc32_combine crc32_combine64
|
|
|
#else
|
|
|
+*/
|
|
|
ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
|
|
|
ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
|
|
|
ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
|
|
|
ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
|
|
|
ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
|
|
|
-#endif
|
|
|
+/*#endif*/
|
|
|
|
|
|
#if !defined(ZUTIL_H) && !defined(NO_DUMMY_DECL)
|
|
|
struct internal_state {int dummy;}; /* hack for buggy compilers */
|