diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/zlib.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/zlib.def b/win32/zlib.def index eee109f..93ea8bf 100644 --- a/win32/zlib.def +++ b/win32/zlib.def | |||
@@ -42,7 +42,6 @@ EXPORTS | |||
42 | gzputs | 42 | gzputs |
43 | gzgets | 43 | gzgets |
44 | gzputc | 44 | gzputc |
45 | gzgetc | ||
46 | gzungetc | 45 | gzungetc |
47 | gzflush | 46 | gzflush |
48 | gzseek | 47 | gzseek |
@@ -78,3 +77,5 @@ EXPORTS | |||
78 | inflateSyncPoint | 77 | inflateSyncPoint |
79 | get_crc_table | 78 | get_crc_table |
80 | inflateUndermine | 79 | inflateUndermine |
80 | gzgetc_ | ||
81 | gzflags | ||