diff options
author | nijtmans <nijtmans> | 2008-12-22 12:50:14 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-22 12:50:14 (GMT) |
commit | 47a7a034d40e70286b3927f608a136b73a245584 (patch) | |
tree | 6e8f16722de988d490eacbf165aa5d6f683d646a /compat/zlib/zlib.h | |
parent | d8c0b8c3cb13319e54c3f8deda3a7e2eef753451 (diff) | |
download | tcl-47a7a034d40e70286b3927f608a136b73a245584.zip tcl-47a7a034d40e70286b3927f608a136b73a245584.tar.gz tcl-47a7a034d40e70286b3927f608a136b73a245584.tar.bz2 |
- add more missing symbols from zlib.def
- mark dll build as being a modified verson
Both changes backported from (unreleased) zlib-1.2.3.3
Diffstat (limited to 'compat/zlib/zlib.h')
-rw-r--r-- | compat/zlib/zlib.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/compat/zlib/zlib.h b/compat/zlib/zlib.h index 586ab31..78a1b32 100644 --- a/compat/zlib/zlib.h +++ b/compat/zlib/zlib.h @@ -1,5 +1,5 @@ /* zlib.h -- interface of the 'zlib' general purpose compression library - version 1.2.3, July 18th, 2005 + version 1.2.3.f-tcl, Dec 22th, 2008 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler @@ -44,6 +44,9 @@ extern "C" { */ #define ZLIB_VERSION "1.2.3.f-tcl" #define ZLIB_VERNUM 0x123f +#define ZLIB_VER_MAJOR 1 +#define ZLIB_VER_MINOR 2 +#define ZLIB_VER_REVISION 3 /* The 'zlib' compression library provides in-memory compression and |