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