summaryrefslogtreecommitdiffstats
path: root/compat/zlib/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/zlib/zlib.h')
-rw-r--r--compat/zlib/zlib.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/compat/zlib/zlib.h b/compat/zlib/zlib.h
index 0228179..586ab31 100644
--- a/compat/zlib/zlib.h
+++ b/compat/zlib/zlib.h
@@ -37,8 +37,13 @@
extern "C" {
#endif
-#define ZLIB_VERSION "1.2.3"
-#define ZLIB_VERNUM 0x1230
+/* This version is modified from the original
+ * sources, in that the symbols deflateSetHeader
+ * and inflateGetHeader are added to win32/zlib.def
+ * modified by nijtmans@users.sourceforge.net
+ */
+#define ZLIB_VERSION "1.2.3.f-tcl"
+#define ZLIB_VERNUM 0x123f
/*
The 'zlib' compression library provides in-memory compression and