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