Index: third_party/zlib/README.chromium |
diff --git a/third_party/zlib/README.chromium b/third_party/zlib/README.chromium |
index b90bcff42fb7d37bb8bad52239901523a7e1775a..ddb63d7a70f5ac43a347a30c7889cacf27351bab 100644 |
--- a/third_party/zlib/README.chromium |
+++ b/third_party/zlib/README.chromium |
@@ -15,6 +15,7 @@ A few minor changes, all marked with "Google": |
- Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. |
- Added 'mozzconf.h' to mangle the function names. |
- Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API. |
+- Added casts to suppress VC++ warnings |
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 |