summaryrefslogtreecommitdiff
path: root/win32/zlib.def
diff options
context:
space:
mode:
Diffstat (limited to 'win32/zlib.def')
-rw-r--r--win32/zlib.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/zlib.def b/win32/zlib.def
index c148ecb..d247b79 100644
--- a/win32/zlib.def
+++ b/win32/zlib.def
@@ -35,6 +35,7 @@ EXPORTS
35 uncompress 35 uncompress
36 gzopen 36 gzopen
37 gzdopen 37 gzdopen
38 gzbuffer
38 gzsetparams 39 gzsetparams
39 gzread 40 gzread
40 gzwrite 41 gzwrite
@@ -48,9 +49,12 @@ EXPORTS
48 gzseek 49 gzseek
49 gzrewind 50 gzrewind
50 gztell 51 gztell
52 gzoffset
51 gzeof 53 gzeof
52 gzdirect 54 gzdirect
53 gzclose 55 gzclose
56 gzclose_r
57 gzclose_w
54 gzerror 58 gzerror
55 gzclearerr 59 gzclearerr
56; checksum functions 60; checksum functions
@@ -67,6 +71,7 @@ EXPORTS
67 gzopen64 71 gzopen64
68 gzseek64 72 gzseek64
69 gztell64 73 gztell64
74 gzoffset64
70 adler32_combine64 75 adler32_combine64
71 crc32_combine64 76 crc32_combine64
72 zError 77 zError