From df22f8966b4d309b1861247e4a5aa4a5c323c87a Mon Sep 17 00:00:00 2001 From: hypnotoad Date: Wed, 3 Sep 2014 09:53:03 +0000 Subject: *** NON WORKING BUILD *** This file integrates miniz in the manner in which the developers of miniz intended. However, there are key data structures and capabilities the library is missing. (Specifically the gz_stream APIs used when transforming a channel.) This branch is for posterity. Though if anyone can salvage the effort, have at it. --- generic/tclZlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/generic/tclZlib.c b/generic/tclZlib.c index 956e3f9..da9f97e 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -13,10 +13,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. */ - #include "tclInt.h" #ifdef HAVE_ZLIB -#include +#include "../compat/miniz/miniz.c" #include "tclIO.h" /* -- cgit v0.12