mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
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.
|