mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 10:11:38 -06:00
3.13
This commit is contained in:
17
7zip/UI/GUI/Compress.h
Executable file
17
7zip/UI/GUI/Compress.h
Executable file
@@ -0,0 +1,17 @@
|
||||
// GUI/Compress.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __GUI_COMPRESS_H
|
||||
#define __GUI_COMPRESS_H
|
||||
|
||||
#include "Common/String.h"
|
||||
|
||||
HRESULT CompressArchive(
|
||||
const UString &archivePath,
|
||||
const UStringVector &fileNames,
|
||||
const UString &archiveType,
|
||||
bool email,
|
||||
bool showDialog);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user