zlib 1.0.9

This commit is contained in:
Mark Adler
2011-09-09 23:19:21 -07:00
parent 6759211ad8
commit b8c9ecb076
33 changed files with 1454 additions and 1459 deletions

View File

@@ -26,7 +26,7 @@ const char *z_errmsg[10] = {
""};
const char * EXPORT zlibVersion()
const char * ZEXPORT zlibVersion()
{
return ZLIB_VERSION;
}
@@ -49,7 +49,7 @@ void z_error (m)
/* exported to allow conversion of error code to string for compress() and
* uncompress()
*/
const char * EXPORT zError(err)
const char * ZEXPORT zError(err)
int err;
{
return ERR_MSG(err);