Files
Ben Noordhuis 3dee0e4cd8 zlib: compile without -ansi
Source contains C++ / C99 comments, gcc in strict mode doesn't like that.
2011-10-28 17:31:40 +02:00
..
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-10-28 17:31:40 +02:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00
2011-09-17 18:22:09 -07:00

Name: zlib
URL: http://zlib.net/
Version: 1.2.3

Description:
General purpose compression library

Local Modifications:
A few minor changes, all marked with "Google":
- Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
- Removed use of strerror for WinCE in gzio.c.
- Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.