mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 12:07:08 -06:00
16.02
This commit is contained in:
committed by
Kornel Lesiński
parent
bec3b479dc
commit
1eddf527ca
@@ -24,7 +24,7 @@ class CDecoder:
|
||||
Byte _salt[8];
|
||||
bool _thereIsSalt;
|
||||
bool _needCalc;
|
||||
bool _rar350Mode;
|
||||
// bool _rar350Mode;
|
||||
|
||||
CByteBuffer _password;
|
||||
|
||||
@@ -44,7 +44,7 @@ public:
|
||||
HRESULT SetDecoderProperties2(const Byte *data, UInt32 size);
|
||||
|
||||
CDecoder();
|
||||
void SetRar350Mode(bool rar350Mode) { _rar350Mode = rar350Mode; }
|
||||
// void SetRar350Mode(bool rar350Mode) { _rar350Mode = rar350Mode; }
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user