OLD | NEW |
1 Name: zlib | 1 Name: zlib |
2 URL: http://zlib.net/ | 2 URL: http://zlib.net/ |
3 Version: 1.2.5 | 3 Version: 1.2.5 |
4 Security Critical: yes | 4 Security Critical: yes |
5 | 5 |
6 Description: | 6 Description: |
7 General purpose compression library | 7 General purpose compression library |
8 | 8 |
9 Local Modifications: | 9 Local Modifications: |
10 A few minor changes, all marked with "Google": | 10 A few minor changes, all marked with "Google": |
11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. | 11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. |
12 - Removed use of strerror for WinCE in gzio.c. | 12 - Removed use of strerror for WinCE in gzio.c. |
13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. | 13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. |
| 14 - Added 'mozzconf.h' to mangle the function names. |
OLD | NEW |