4.27 beta

This commit is contained in:
Igor Pavlov
2005-09-21 00:00:00 +00:00
committed by Kornel Lesiński
parent 31e7b924e8
commit d66cf2fcf3
393 changed files with 17345 additions and 4743 deletions

View File

@@ -30,6 +30,8 @@ class CDecoder:
CCoderLibrary _aesLib;
CMyComPtr<ICompressFilter> _aesFilter;
bool _rar350Mode;
void Calculate();
HRESULT CreateFilter();
@@ -48,6 +50,7 @@ public:
STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
CDecoder();
void SetRar350Mode(bool rar350Mode) { _rar350Mode = rar350Mode; }
};
}}