bsnes-plus/snesreader/zlib
2014-11-26 18:35:12 -05:00
..
adler32.c initial commit 2014-11-26 18:35:12 -05:00
crc32.c initial commit 2014-11-26 18:35:12 -05:00
crc32.h initial commit 2014-11-26 18:35:12 -05:00
inffast.c initial commit 2014-11-26 18:35:12 -05:00
inffast.h initial commit 2014-11-26 18:35:12 -05:00
inffixed.h initial commit 2014-11-26 18:35:12 -05:00
inflate.c initial commit 2014-11-26 18:35:12 -05:00
inflate.h initial commit 2014-11-26 18:35:12 -05:00
inftrees.c initial commit 2014-11-26 18:35:12 -05:00
inftrees.h initial commit 2014-11-26 18:35:12 -05:00
readme.txt initial commit 2014-11-26 18:35:12 -05:00
zconf.h initial commit 2014-11-26 18:35:12 -05:00
zlib.h initial commit 2014-11-26 18:35:12 -05:00
zlib.txt initial commit 2014-11-26 18:35:12 -05:00
zutil.c initial commit 2014-11-26 18:35:12 -05:00
zutil.h initial commit 2014-11-26 18:35:12 -05: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.