summaryrefslogtreecommitdiffstats
path: root/third_party/zlib/README.chromium
blob: aa35c1f07249aa2ce6c83d46c49560fff86f051a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Name: zlib
URL: http://zlib.net/
Version: 1.2.3
License: zlib

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.