From 9b962a45dd361cbebcac723de9b295e770925a94 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 17 Apr 2023 13:59:18 -0700 Subject: No include file is needed for __int64 type on Windows. --- zconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zconf.h') 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 -- cgit v1.2.3-55-g6feb