source: freewrt/tools/lzma/patches/patch-C_7zip_Compress_LZMA_LZMADecoder_h

freewrt_2_0
Last change on this file was 4111e0f, checked in by Thorsten Glaser <tg@…>, 19 years ago

PR #86

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

  • Property mode set to 100644
File size: 473 bytes
Line 
1$FreeWRT$
2--- w-lzma-432-.orig/C/7zip/Compress/LZMA/LZMADecoder.h 2006-09-24 19:56:53.000000000 +0200
3+++ w-lzma-432-/C/7zip/Compress/LZMA/LZMADecoder.h 2006-09-24 00:54:28.000000000 +0200
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.