diff options
-rw-r--r-- | zconf.h | 2 | ||||
-rw-r--r-- | zconf.h.cmakein | 2 | ||||
-rw-r--r-- | zconf.h.in | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -524,7 +524,7 @@ typedef uLong FAR uLongf; | |||
524 | #if !defined(_WIN32) && defined(Z_LARGE64) | 524 | #if !defined(_WIN32) && defined(Z_LARGE64) |
525 | # define z_off64_t off64_t | 525 | # define z_off64_t off64_t |
526 | #else | 526 | #else |
527 | # if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) | 527 | # if defined(_WIN32) && !defined(__GNUC__) |
528 | # define z_off64_t __int64 | 528 | # define z_off64_t __int64 |
529 | # else | 529 | # else |
530 | # define z_off64_t z_off_t | 530 | # define z_off64_t z_off_t |
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 |
@@ -524,7 +524,7 @@ typedef uLong FAR uLongf; | |||
524 | #if !defined(_WIN32) && defined(Z_LARGE64) | 524 | #if !defined(_WIN32) && defined(Z_LARGE64) |
525 | # define z_off64_t off64_t | 525 | # define z_off64_t off64_t |
526 | #else | 526 | #else |
527 | # if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO) | 527 | # if defined(_WIN32) && !defined(__GNUC__) |
528 | # define z_off64_t __int64 | 528 | # define z_off64_t __int64 |
529 | # else | 529 | # else |
530 | # define z_off64_t z_off_t | 530 | # define z_off64_t z_off_t |