From 0d3c9641352f8b2603beeac80181d360aff831d0 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 14 Feb 2023 01:00:39 +0000 Subject: Update LZMA SDK to 19.00. Downloaded from https://www.7-zip.org/sdk.html. Test: builds Change-Id: Ic946b05f119a539c18bdfcff7b6112c03f4ec3e3 --- CPP/7zip/Archive/7z/7zDecode.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CPP/7zip/Archive/7z/7zDecode.cpp') 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++) { -- cgit v1.2.3