From b8c9ecb0765fc39423c07613d909c5193378bdfd Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:19:21 -0700 Subject: zlib 1.0.9 --- uncompr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uncompr.c') diff --git a/uncompr.c b/uncompr.c index 2db47c4..d103321 100644 --- a/uncompr.c +++ b/uncompr.c @@ -22,7 +22,7 @@ enough memory, Z_BUF_ERROR if there was not enough room in the output buffer, or Z_DATA_ERROR if the input data was corrupted. */ -int EXPORT uncompress (dest, destLen, source, sourceLen) +int ZEXPORT uncompress (dest, destLen, source, sourceLen) Bytef *dest; uLongf *destLen; const Bytef *source; -- cgit v1.2.3-55-g6feb