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
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;
#if !defined(_WIN32) && defined(Z_LARGE64)
# define z_off64_t off64_t
#else
-# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
+# if defined(_WIN32) && !defined(__GNUC__)
# define z_off64_t __int64
# else
# 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;
#if !defined(_WIN32) && defined(Z_LARGE64)
# define z_off64_t off64_t
#else
-# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
+# if defined(_WIN32) && !defined(__GNUC__)
# define z_off64_t __int64
# else
# 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;
#if !defined(_WIN32) && defined(Z_LARGE64)
# define z_off64_t off64_t
#else
-# if defined(_WIN32) && !defined(__GNUC__) && !defined(Z_SOLO)
+# if defined(_WIN32) && !defined(__GNUC__)
# define z_off64_t __int64
# else
# define z_off64_t z_off_t