bsnes-classic/snesreader/zlib
2014-06-27 10:00:09 +00:00
..
adler32.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
crc32.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
crc32.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inffast.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inffast.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inffixed.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inflate.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inflate.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inftrees.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
inftrees.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
readme.txt Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
zconf.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
zlib.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
zlib.txt Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
zutil.c Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00
zutil.h Set properties on files that weren't correctly autodetected 2014-06-27 10:00:09 +00:00

This is NOT the complete zlib distribution; it is just a subset of the
source needed by the File_Extractor library. I've made some minor
changes:

* Enabled DYNAMIC_CRC_TABLE in zconf.h, to reduce executable size
slightly.
* Made z_stream_s's msg const char* to eliminate many warnings.

You can remove these sources and link to your own copy of zlib if
desired.