aboutsummaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index fbe7a79..ea3b6d6 100644
--- a/zconf.h
+++ b/zconf.h
@@ -511,6 +511,8 @@ typedef uLong FAR uLongf;
511 511
512#if !defined(_WIN32) && defined(Z_LARGE64) 512#if !defined(_WIN32) && defined(Z_LARGE64)
513# define z_off64_t off64_t 513# define z_off64_t off64_t
514#elif defined(__MINGW32__)
515# define z_off64_t long long
514#elif defined(_WIN32) && !defined(__GNUC__) 516#elif defined(_WIN32) && !defined(__GNUC__)
515# define z_off64_t __int64 517# define z_off64_t __int64
516#elif defined(__GO32__) 518#elif defined(__GO32__)