show MessageBox with the ZStandard error message, when there are problems while decompressing

This commit is contained in:
Tino Reichardt
2016-09-05 22:33:50 +02:00
parent ec25a9576b
commit 7a9d12a5a3
3 changed files with 30 additions and 15 deletions

View File

@@ -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);