From 64c22524372450f37ae2c11c3f62a82ad18784e9 Mon Sep 17 00:00:00 2001 From: aavit Date: Fri, 18 Feb 2011 15:27:21 +0100 Subject: Fixes: missing export of gzungetc() from internal zlib Task-number: QTBUG-17278 Reviewed-by: jiang --- src/3rdparty/zlib/zlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/3rdparty/zlib/zlib.h b/src/3rdparty/zlib/zlib.h index 9e5b467..bdb9a3d 100644 --- a/src/3rdparty/zlib/zlib.h +++ b/src/3rdparty/zlib/zlib.h @@ -1171,7 +1171,7 @@ ZEXTERN int Q_ZEXPORT gzgetc OF((gzFile file)); or -1 in case of end of file or error. */ -ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file)); +ZEXTERN int Q_ZEXPORT gzungetc OF((int c, gzFile file)); /* Push one character back onto the stream to be read again later. Only one character of push-back is allowed. gzungetc() returns the -- cgit v0.12