diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 23:33:16 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-02-03 23:33:16 (GMT) |
| commit | 9a5675d33fed114eab1c0c2db4d70ff4b85ea597 (patch) | |
| tree | c6f8a5a12c00a3394a7a79fa2be6a4ecf065beed /compat/zlib/zlib.map | |
| parent | 1b8b1325832f5d25e6db0c5b7839dada981562f5 (diff) | |
| download | tcl-zlib_1_2_6.zip tcl-zlib_1_2_6.tar.gz tcl-zlib_1_2_6.tar.bz2 | |
[Frq 3483854] zlib-1.2.6zlib_1_2_6
Not to be merged to trunk until the official zlib1.dll is
released as well!!!
Diffstat (limited to 'compat/zlib/zlib.map')
| -rw-r--r-- | compat/zlib/zlib.map | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/compat/zlib/zlib.map b/compat/zlib/zlib.map index f282d36..54fa553 100644 --- a/compat/zlib/zlib.map +++ b/compat/zlib/zlib.map @@ -66,3 +66,14 @@ ZLIB_1.2.3.5 { gzclose_r; gzclose_w; } ZLIB_1.2.3.4; + +ZLIB_1.2.5.1 { + deflatePending; +} ZLIB_1.2.3.5; + +ZLIB_1.2.5.2 { + deflateResetKeep; + gzflags; + gzgetc_; + inflateResetKeep; +} ZLIB_1.2.5.1; |
