| Index: third_party/zlib/README.chromium
|
| diff --git a/third_party/zlib/README.chromium b/third_party/zlib/README.chromium
|
| index 81d20efccbbdda161f169423cb2b1b24096a8335..c9e06bae394c4334af5ac0874a6f2ebd467271e4 100644
|
| --- a/third_party/zlib/README.chromium
|
| +++ b/third_party/zlib/README.chromium
|
| @@ -14,7 +14,7 @@ A few minor changes, all marked with "Google":
|
| - Removed use of strerror for WinCE in gzio.c.
|
| - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
|
| - Added 'mozzconf.h' to mangle the function names.
|
| -- Added an #ifdef to prevent zlib.h from mangling its functions.
|
| +- Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API.
|
| The 'google.patch' file represents our changes from the original zlib-1.2.5.
|
|
|
| A more significant change to support mixed-source data compression. See
|
|
|