Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Common/CompressCall.h')
-rwxr-xr-x7zip/UI/Common/CompressCall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/7zip/UI/Common/CompressCall.h b/7zip/UI/Common/CompressCall.h
index 083748f2..815a50ea 100755
--- a/7zip/UI/Common/CompressCall.h
+++ b/7zip/UI/Common/CompressCall.h
@@ -7,8 +7,9 @@
#include "Windows/Synchronization.h"
HRESULT MyCreateProcess(const UString &params,
- LPCTSTR lpCurrentDirectory, bool waitFinish,
+ LPCWSTR lpCurrentDirectory, bool waitFinish,
NWindows::NSynchronization::CEvent *event);
+
HRESULT CompressFiles(
const UString &curDir,
const UString &archiveName,