aboutsummaryrefslogtreecommitdiff
path: root/zlib.map
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2026-01-12 09:29:40 -0800
committerMark Adler <git@madler.net>2026-01-12 10:13:28 -0800
commit4edb00de5aac7e4aa9110374bd1991c4d070eddb (patch)
tree5a28fee50f6af03c57e0389a85be69b31727b340 /zlib.map
parent1a40058a92d525aa49a6eac698cfde500fc9b92f (diff)
downloadzlib-4edb00de5aac7e4aa9110374bd1991c4d070eddb.tar.gz
zlib-4edb00de5aac7e4aa9110374bd1991c4d070eddb.tar.bz2
zlib-4edb00de5aac7e4aa9110374bd1991c4d070eddb.zip
Add _z versions of the compress and uncompress functions.
Provide size_t arguments for Windows, on which a long is 32 bits.
Diffstat (limited to 'zlib.map')
-rw-r--r--zlib.map4
1 files changed, 4 insertions, 0 deletions
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 {
108ZLIB_1.3.2 { 108ZLIB_1.3.2 {
109 compressBound_z; 109 compressBound_z;
110 deflateBound_z; 110 deflateBound_z;
111 compress_z;
112 compress2_z;
113 uncompress_z;
114 uncompress2_z;
111} ZLIB_1.3.1.2; \ No newline at end of file 115} ZLIB_1.3.1.2; \ No newline at end of file