aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h.in')
-rw-r--r--zconf.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconf.h.in b/zconf.h.in
index 5733ed6..fb76ffe 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -524,7 +524,7 @@ typedef uLong FAR uLongf;
524#if !defined(_WIN32) && defined(Z_LARGE64) 524#if !defined(_WIN32) && defined(Z_LARGE64)
525# define z_off64_t off64_t 525# define z_off64_t off64_t
526#else 526#else
527# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) 527# if defined(_WIN32) && !defined(__GNUC__)
528# define z_off64_t __int64 528# define z_off64_t __int64
529# else 529# else
530# define z_off64_t z_off_t 530# define z_off64_t z_off_t