diff options
Diffstat (limited to '')
-rw-r--r-- | zconf.h.cmakein | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/zconf.h.cmakein b/zconf.h.cmakein index a5cb288..96e9296 100644 --- a/zconf.h.cmakein +++ b/zconf.h.cmakein | |||
@@ -513,12 +513,12 @@ 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(_WIN32) && !defined(__GNUC__) | ||
517 | # define z_off64_t __int64 | ||
518 | #elif defined(__GO32__) | ||
519 | # define z_off64_t offset_t | ||
516 | #else | 520 | #else |
517 | # if defined(_WIN32) && !defined(__GNUC__) | 521 | # define z_off64_t z_off_t |
518 | # define z_off64_t __int64 | ||
519 | # else | ||
520 | # define z_off64_t z_off_t | ||
521 | # endif | ||
522 | #endif | 522 | #endif |
523 | 523 | ||
524 | /* MVS linker does not support external names larger than 8 bytes */ | 524 | /* MVS linker does not support external names larger than 8 bytes */ |