From 0b893424ffc5c5c1562257b765e019c1c0e166bd Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 21 Oct 2011 12:52:49 +0000 Subject: tools/lzma-old fix compile issues (patch from #10253) SVN-Revision: 28502 --- tools/lzma-old/patches/100-lzma_zlib.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tools/lzma-old') diff --git a/tools/lzma-old/patches/100-lzma_zlib.patch b/tools/lzma-old/patches/100-lzma_zlib.patch index 7436cfe515..32d1263963 100644 --- a/tools/lzma-old/patches/100-lzma_zlib.patch +++ b/tools/lzma-old/patches/100-lzma_zlib.patch @@ -311,9 +311,9 @@ + UInt64 m_offset; +}; + -+ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, ++ZEXTERN int ZEXPORT compress2 (Bytef *dest, uLongf *destLen, + const Bytef *source, uLong sourceLen, -+ int level)) ++ int level) +{ + CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen); + CMyComPtr inStream = inStreamSpec; @@ -374,8 +374,8 @@ + return Z_OK; +} + -+ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen, -+ const Bytef *source, uLong sourceLen)) ++ZEXTERN int ZEXPORT uncompress (Bytef *dest, uLongf *destLen, ++ const Bytef *source, uLong sourceLen) +{ + CInMemoryStream *inStreamSpec = new CInMemoryStream(source, sourceLen); + CMyComPtr inStream = inStreamSpec; -- cgit v1.2.3