X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=tools%2Flzma-old%2Fpatches%2F100-lzma_zlib.patch;fp=tools%2Flzma-old%2Fpatches%2F100-lzma_zlib.patch;h=32d1263963883233e9089835a5f36139e234e65d;hp=7436cfe51552c19d8e64b339acd54ff2057fa4cd;hb=9f415741b158592dc5f7a03d7210660a5c96bdb5;hpb=ed0965e207f3b415016a44c0bf00c826f64db372 diff --git a/tools/lzma-old/patches/100-lzma_zlib.patch b/tools/lzma-old/patches/100-lzma_zlib.patch index 7436cfe51..32d126396 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;