From 4edb00de5aac7e4aa9110374bd1991c4d070eddb Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 12 Jan 2026 09:29:40 -0800 Subject: Add _z versions of the compress and uncompress functions. Provide size_t arguments for Windows, on which a long is 32 bits. --- zlib.map | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zlib.map') diff --git a/zlib.map b/zlib.map index aba65ab6..f505623c 100644 --- a/zlib.map +++ b/zlib.map @@ -108,4 +108,8 @@ ZLIB_1.3.1.2 { ZLIB_1.3.2 { compressBound_z; deflateBound_z; + compress_z; + compress2_z; + uncompress_z; + uncompress2_z; } ZLIB_1.3.1.2; \ No newline at end of file -- cgit v1.2.3-55-g6feb