summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2023-04-17 13:59:18 -0700
committerMark Adler <madler@alumni.caltech.edu>2023-04-17 14:35:17 -0700
commit9b962a45dd361cbebcac723de9b295e770925a94 (patch)
tree4969c015091d346aaf7dedf15267cb5888614be3
parent66588683b36042154ad35140bf9fcbb60c5d573c (diff)
downloadzlib-9b962a45dd361cbebcac723de9b295e770925a94.tar.gz
zlib-9b962a45dd361cbebcac723de9b295e770925a94.tar.bz2
zlib-9b962a45dd361cbebcac723de9b295e770925a94.zip
No include file is needed for __int64 type on Windows.
-rw-r--r--zconf.h2
-rw-r--r--zconf.h.cmakein2
-rw-r--r--zconf.h.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/zconf.h b/zconf.h
index 5733ed6..fb76ffe 100644
--- a/zconf.h
+++ b/zconf.h
@@ -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
diff --git a/zconf.h.in b/zconf.h.in
index 5733ed6..fb76ffe 100644
--- a/zconf.h.in
+++ b/zconf.h.in
@@ -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