
=================================================================================
About Jeff Glatts LiteZip library
=================================================================================

Jeff Glatt is one the best programmers whose work are very helpful and interested. 
His articles regarding COM and WebControl in plain C are very good. 
LiteZip is his useful project. 

The source of the library was taken from Jeff Glatt's article on www.codeproject.com.

LiteZip/LiteUnzip

This project is largely based upon work by Lucian Wischik, who in turn based his work 
on gzip 1.1.4, zlib, and info-zip, which are by Jean-Loup Gailly and Mark Adler. 
Lucian's code has been reworked to be written in plain C, using only the Win32 API, 
and packaged into two DLLs LiteZip.dll and LiteUnzip.dll. The former has functions 
to create a ZIP archive (i.e., compress numerous files into a ZIP file). The latter 
has functions to extract the contents of a ZIP archive.

=================================================================================

This is ANSI library

