Files
easy7zip/7zip/UI/GUI/Compress.h
Igor Pavlov 8c1b5c7b7e 3.13
2016-05-28 00:15:41 +01:00

18 lines
286 B
C
Executable File

// 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