Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/Compress/LZ/LZOutWindow.h')
-rwxr-xr-x7zip/Compress/LZ/LZOutWindow.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/7zip/Compress/LZ/LZOutWindow.h b/7zip/Compress/LZ/LZOutWindow.h
index 027f2070..3c50c6e7 100755
--- a/7zip/Compress/LZ/LZOutWindow.h
+++ b/7zip/Compress/LZ/LZOutWindow.h
@@ -6,17 +6,9 @@
#include "../../IStream.h"
#include "../../Common/OutBuffer.h"
-/*
#ifndef _NO_EXCEPTIONS
-class CLZOutWindowException
-{
-public:
- HRESULT ErrorCode;
- CLZOutWindowException(HRESULT errorCode): ErrorCode(errorCode) {}
-};
-#endif
-*/
typedef COutBufferException CLZOutWindowException;
+#endif
class CLZOutWindow: public COutBuffer
{