bsnes-plus/common/zlib
2018-06-23 01:46:49 -04:00
..
adler32.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
crc32.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
crc32.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
inffast.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
inffast.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
inffixed.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
inflate.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
inflate.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
inftrees.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
inftrees.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
readme.txt get rid of redundant library code 2018-06-23 01:46:49 -04:00
zconf.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
zlib.h get rid of redundant library code 2018-06-23 01:46:49 -04:00
zlib.txt get rid of redundant library code 2018-06-23 01:46:49 -04:00
zutil.c get rid of redundant library code 2018-06-23 01:46:49 -04:00
zutil.h get rid of redundant library code 2018-06-23 01:46:49 -04: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.