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/Bundles/SFXSetup/ExtractEngine.h')
-rwxr-xr-x7zip/Bundles/SFXSetup/ExtractEngine.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/7zip/Bundles/SFXSetup/ExtractEngine.h b/7zip/Bundles/SFXSetup/ExtractEngine.h
index c1b670e2..595d2b29 100755
--- a/7zip/Bundles/SFXSetup/ExtractEngine.h
+++ b/7zip/Bundles/SFXSetup/ExtractEngine.h
@@ -9,11 +9,9 @@
HRESULT ExtractArchive(
const UString &fileName,
const UString &folderName,
- COpenCallbackGUI *openCallback
- #ifdef _SILENT
- , UString &resultMessage
- #endif
- );
+ COpenCallbackGUI *openCallback,
+ bool showProgress,
+ bool &isCorrupt,
+ UString &errorMessage);
#endif
-