aboutsummaryrefslogtreecommitdiff
path: root/zconf.h.cmakein
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h.cmakein')
-rw-r--r--zconf.h.cmakein6
1 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein
index 8109100..dd2d28a 100644
--- a/zconf.h.cmakein
+++ b/zconf.h.cmakein
@@ -441,11 +441,11 @@ typedef uLong FAR uLongf;
441#if !defined(_WIN32) && (defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0) 441#if !defined(_WIN32) && (defined(_LARGEFILE64_SOURCE) && _LFS64_LARGEFILE-0)
442# define z_off64_t off64_t 442# define z_off64_t off64_t
443#else 443#else
444# if defined(_WIN32) 444# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
445# define z_off64_t __int64 445# define z_off64_t __int64
446# else 446# else
447# define z_off64_t z_off_t 447# define z_off64_t z_off_t
448#endif 448# endif
449#endif 449#endif
450 450
451/* MVS linker does not support external names larger than 8 bytes */ 451/* MVS linker does not support external names larger than 8 bytes */