mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 22:11:37 -06:00
3.13
This commit is contained in:
23
7zip/UI/Far/CompressEngine.h
Executable file
23
7zip/UI/Far/CompressEngine.h
Executable file
@@ -0,0 +1,23 @@
|
||||
// CompressEngine.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __COMPRESSENGINE_H
|
||||
#define __COMPRESSENGINE_H
|
||||
|
||||
#include "Common/String.h"
|
||||
#include "../../Archiver/Common/CompressEngineCommon.h"
|
||||
#include "ProxyHandler.h"
|
||||
|
||||
#include "Far/ProgressBox.h"
|
||||
|
||||
|
||||
HRESULT Compress(const CSysStringVector &aFileNames,
|
||||
const UString &anArchiveNamePrefix,
|
||||
const NUpdateArchive::CActionSet &anActionSet, CProxyHandler *aProxyHandler,
|
||||
const CLSID &aClassID, bool aStoreMode, bool aMaximizeRatioMode,
|
||||
CSysString &anArchiveName, CProgressBox *aProgressBox);
|
||||
|
||||
// void CompressArchive(const CSysStringVector &aFileNames);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user