diff options
Diffstat (limited to '')
-rw-r--r-- | zconf.h | 10 | ||||
-rw-r--r-- | zconf.h.cmakein | 10 | ||||
-rw-r--r-- | zconf.h.in | 10 |
3 files changed, 15 insertions, 15 deletions
@@ -511,12 +511,12 @@ typedef uLong FAR uLongf; | |||
511 | 511 | ||
512 | #if !defined(_WIN32) && defined(Z_LARGE64) | 512 | #if !defined(_WIN32) && defined(Z_LARGE64) |
513 | # define z_off64_t off64_t | 513 | # define z_off64_t off64_t |
514 | #elif defined(_WIN32) && !defined(__GNUC__) | ||
515 | # define z_off64_t __int64 | ||
516 | #elif defined(__GO32__) | ||
517 | # define z_off64_t offset_t | ||
514 | #else | 518 | #else |
515 | # if defined(_WIN32) && !defined(__GNUC__) | 519 | # define z_off64_t z_off_t |
516 | # define z_off64_t __int64 | ||
517 | # else | ||
518 | # define z_off64_t z_off_t | ||
519 | # endif | ||
520 | #endif | 520 | #endif |
521 | 521 | ||
522 | /* MVS linker does not support external names larger than 8 bytes */ | 522 | /* MVS linker does not support external names larger than 8 bytes */ |
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 */ |
@@ -511,12 +511,12 @@ typedef uLong FAR uLongf; | |||
511 | 511 | ||
512 | #if !defined(_WIN32) && defined(Z_LARGE64) | 512 | #if !defined(_WIN32) && defined(Z_LARGE64) |
513 | # define z_off64_t off64_t | 513 | # define z_off64_t off64_t |
514 | #elif defined(_WIN32) && !defined(__GNUC__) | ||
515 | # define z_off64_t __int64 | ||
516 | #elif defined(__GO32__) | ||
517 | # define z_off64_t offset_t | ||
514 | #else | 518 | #else |
515 | # if defined(_WIN32) && !defined(__GNUC__) | 519 | # define z_off64_t z_off_t |
516 | # define z_off64_t __int64 | ||
517 | # else | ||
518 | # define z_off64_t z_off_t | ||
519 | # endif | ||
520 | #endif | 520 | #endif |
521 | 521 | ||
522 | /* MVS linker does not support external names larger than 8 bytes */ | 522 | /* MVS linker does not support external names larger than 8 bytes */ |