mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 04:07:08 -06:00
show MessageBox with the ZStandard error message, when there are problems while decompressing
This commit is contained in:
@@ -64,6 +64,7 @@ class CDecoder:public ICompressCoder,
|
||||
UInt64 _processedOut;
|
||||
|
||||
HRESULT CDecoder::CreateDecompressor();
|
||||
HRESULT CDecoder::ErrorOut(size_t code);
|
||||
HRESULT CodeSpec(ISequentialInStream *inStream, ISequentialOutStream *outStream, ICompressProgressInfo *progress);
|
||||
HRESULT SetOutStreamSizeResume(const UInt64 *outSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user