mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 14:07:13 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -6,14 +6,14 @@
|
||||
#include "../../ICoder.h"
|
||||
#include "../../IProgress.h"
|
||||
#include "../../Compress/Copy/CopyCoder.h"
|
||||
#ifndef COMPRESS_DEFLATE
|
||||
#include "../Common/CoderLoader.h"
|
||||
#endif
|
||||
#include "../Common/FilterCoder.h"
|
||||
#include "ZipCompressionMode.h"
|
||||
|
||||
#include "../../Common/CreateCoder.h"
|
||||
#include "../../Common/FilterCoder.h"
|
||||
#include "../../Crypto/Zip/ZipCipher.h"
|
||||
#include "../../Crypto/WzAES/WzAES.h"
|
||||
|
||||
#include "ZipCompressionMode.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace NZip {
|
||||
|
||||
@@ -32,9 +32,6 @@ class CAddCommon
|
||||
NCompress::CCopyCoder *_copyCoderSpec;
|
||||
CMyComPtr<ICompressCoder> _copyCoder;
|
||||
|
||||
#ifndef COMPRESS_DEFLATE
|
||||
CCoderLibrary _compressLib;
|
||||
#endif
|
||||
CMyComPtr<ICompressCoder> _compressEncoder;
|
||||
|
||||
CFilterCoder *_cryptoStreamSpec;
|
||||
@@ -49,7 +46,9 @@ class CAddCommon
|
||||
|
||||
public:
|
||||
CAddCommon(const CCompressionMethodMode &options);
|
||||
HRESULT Compress(ISequentialInStream *inStream, IOutStream *outStream,
|
||||
HRESULT Compress(
|
||||
DECL_EXTERNAL_CODECS_LOC_VARS
|
||||
ISequentialInStream *inStream, IOutStream *outStream,
|
||||
ICompressProgressInfo *progress, CCompressingResult &operationResult);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user