mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 21:14:58 -06:00
merge multi threading to master branch
- updated zstd to latest devel release - lz4, lz5 and zstd is included now - all three support threading
This commit is contained in:
@@ -283,8 +283,12 @@ static const char * const kArcExts[] =
|
||||
"7z"
|
||||
, "bz2"
|
||||
, "gz"
|
||||
, "lz"
|
||||
, "lz4"
|
||||
, "lz5"
|
||||
, "rar"
|
||||
, "zip"
|
||||
, "zst"
|
||||
};
|
||||
|
||||
static bool IsItArcExt(const UString &ext)
|
||||
|
||||
Reference in New Issue
Block a user