diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 2 |
1 files changed, 1 insertions, 1 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 |