diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2023-04-17 13:59:18 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2023-04-17 14:35:17 -0700 |
| commit | 9b962a45dd361cbebcac723de9b295e770925a94 (patch) | |
| tree | 4969c015091d346aaf7dedf15267cb5888614be3 | |
| parent | 66588683b36042154ad35140bf9fcbb60c5d573c (diff) | |
| download | zlib-9b962a45dd361cbebcac723de9b295e770925a94.tar.gz zlib-9b962a45dd361cbebcac723de9b295e770925a94.tar.bz2 zlib-9b962a45dd361cbebcac723de9b295e770925a94.zip | |
No include file is needed for __int64 type on Windows.
| -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 |
