aboutsummaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/README-WIN32.txt4
-rw-r--r--win32/zlib.def3
2 files changed, 5 insertions, 2 deletions
diff --git a/win32/README-WIN32.txt b/win32/README-WIN32.txt
index a1de359..536cfec 100644
--- a/win32/README-WIN32.txt
+++ b/win32/README-WIN32.txt
@@ -1,6 +1,6 @@
1ZLIB DATA COMPRESSION LIBRARY 1ZLIB DATA COMPRESSION LIBRARY
2 2
3zlib 1.2.11.1 is a general purpose data compression library. All the code is 3zlib 1.2.12 is a general purpose data compression library. All the code is
4thread safe. The data format used by the zlib library is described by RFCs 4thread safe. The data format used by the zlib library is described by RFCs
5(Request for Comments) 1950 to 1952 in the files 5(Request for Comments) 1950 to 1952 in the files
6http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format) 6http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
@@ -22,7 +22,7 @@ before asking for help.
22 22
23Manifest: 23Manifest:
24 24
25The package zlib-1.2.11.1-win32-x86.zip will contain the following files: 25The package zlib-1.2.12-win32-x86.zip will contain the following files:
26 26
27 README-WIN32.txt This document 27 README-WIN32.txt This document
28 ChangeLog Changes since previous zlib packages 28 ChangeLog Changes since previous zlib packages
diff --git a/win32/zlib.def b/win32/zlib.def
index 784b138..53c8011 100644
--- a/win32/zlib.def
+++ b/win32/zlib.def
@@ -69,6 +69,7 @@ EXPORTS
69 gzoffset64 69 gzoffset64
70 adler32_combine64 70 adler32_combine64
71 crc32_combine64 71 crc32_combine64
72 crc32_combine_gen64
72; checksum functions 73; checksum functions
73 adler32 74 adler32
74 adler32_z 75 adler32_z
@@ -76,6 +77,8 @@ EXPORTS
76 crc32_z 77 crc32_z
77 adler32_combine 78 adler32_combine
78 crc32_combine 79 crc32_combine
80 crc32_combine_gen
81 crc32_combine_op
79; various hacks, don't look :) 82; various hacks, don't look :)
80 deflateInit_ 83 deflateInit_
81 deflateInit2_ 84 deflateInit2_