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 'CPP/7zip/Archive/BZip2/BZip2Update.h')
-rwxr-xr-xCPP/7zip/Archive/BZip2/BZip2Update.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPP/7zip/Archive/BZip2/BZip2Update.h b/CPP/7zip/Archive/BZip2/BZip2Update.h
index ce20e323..e54a7e16 100755
--- a/CPP/7zip/Archive/BZip2/BZip2Update.h
+++ b/CPP/7zip/Archive/BZip2/BZip2Update.h
@@ -4,11 +4,13 @@
#define __BZIP2_UPDATE_H
#include "../IArchive.h"
+#include "../../Common/CreateCoder.h"
namespace NArchive {
namespace NBZip2 {
HRESULT UpdateArchive(
+ DECL_EXTERNAL_CODECS_LOC_VARS
UInt64 unpackSize,
ISequentialOutStream *outStream,
int indexInClient,