]> git.saurik.com Git - wxWidgets.git/commit
Changed code in unzip.c/.h for #including zlib.h to use the same code as is found...
authorGeorge Tasker <gtasker@allenbrook.com>
Thu, 4 Oct 2001 16:29:05 +0000 (16:29 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Thu, 4 Oct 2001 16:29:05 +0000 (16:29 +0000)
commitac2834ab04e6ca828e032b6168aa2e32134b7d8c
treec01adffa673c2687531c36c2fbb436b5dcafa8df
parentda63acebda3288dc66d5e24a973ca0b09450ff99
Changed code in unzip.c/.h for #including zlib.h to use the same code as is found in zstream.cpp
#include <zlib.h> changed to #include "zlib.h"

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/unzip.c
src/common/unzip.h
src/common/zstream.cpp