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/Archive/Nsis/NsisIn.h')
-rwxr-xr-x7zip/Archive/Nsis/NsisIn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/7zip/Archive/Nsis/NsisIn.h b/7zip/Archive/Nsis/NsisIn.h
index e67d90ed..b7e87e5d 100755
--- a/7zip/Archive/Nsis/NsisIn.h
+++ b/7zip/Archive/Nsis/NsisIn.h
@@ -11,6 +11,8 @@
#include "NsisDecode.h"
+// #define NSIS_SCRIPT
+
namespace NArchive {
namespace NNsis {
@@ -128,7 +130,9 @@ public:
UInt32 DictionarySize;
bool FilterFlag;
+ #ifdef NSIS_SCRIPT
AString Script;
+ #endif
UInt32 GetOffset() const { return IsSolid ? 4 : 0; }
UInt64 GetDataPos(int index)
{