aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Archive/7z/7zDecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Archive/7z/7zDecode.cpp')
-rw-r--r--CPP/7zip/Archive/7z/7zDecode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPP/7zip/Archive/7z/7zDecode.cpp b/CPP/7zip/Archive/7z/7zDecode.cpp
index 2705ecb..f61ad4a 100644
--- a/CPP/7zip/Archive/7z/7zDecode.cpp
+++ b/CPP/7zip/Archive/7z/7zDecode.cpp
@@ -355,7 +355,9 @@ HRESULT CDecoder::Decode(
unsigned i;
+ #if !defined(_7ZIP_ST)
bool mt_wasUsed = false;
+ #endif
for (i = 0; i < folderInfo.Coders.Size(); i++)
{