source: freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h@ 9701b3d

freewrt_1_0 freewrt_2_0
Last change on this file since 9701b3d was 9701b3d, checked in by Thorsten Glaser <tg@…>, 19 years ago

run update-patches, difficult cases (patched files into existence)

git-svn-id: svn://www.freewrt.org/trunk/freewrt@435 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 453 bytes
Line 
1$FreeWRT$
2--- lzma-432.orig/C/7zip/Compress/LZMA/LZMADecoder.h Mon Sep 19 06:09:44 2005
3+++ lzma-432/C/7zip/Compress/LZMA/LZMADecoder.h Thu Jul 27 10:24:33 2006
4@@ -228,6 +228,7 @@ public:
5 ICompressProgressInfo *progress);
6
7 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
8+ STDMETHOD(SetDecoderPropertiesRaw)(int lc, int lp, int pb, UInt32 dictionarySize);
9
10 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
11
Note: See TracBrowser for help on using the repository browser.