mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
Update to 7-Zip Version 18.05
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#ifndef __LZMA_DECODER_H
|
||||
#define __LZMA_DECODER_H
|
||||
|
||||
// #include "../../../C/Alloc.h"
|
||||
#include "../../../C/LzmaDec.h"
|
||||
|
||||
#include "../../Common/MyCom.h"
|
||||
@@ -28,7 +29,6 @@ class CDecoder:
|
||||
UInt32 _inPos;
|
||||
UInt32 _inLim;
|
||||
|
||||
CLzmaDec _state;
|
||||
ELzmaStatus _lzmaStatus;
|
||||
|
||||
public:
|
||||
@@ -45,6 +45,10 @@ private:
|
||||
UInt32 _inBufSize;
|
||||
UInt32 _inBufSizeNew;
|
||||
|
||||
// CAlignOffsetAlloc _alloc;
|
||||
|
||||
CLzmaDec _state;
|
||||
|
||||
HRESULT CreateInputBuffer();
|
||||
HRESULT CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
|
||||
void SetOutStreamSizeResume(const UInt64 *outSize);
|
||||
|
||||
Reference in New Issue
Block a user