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