4.28 beta

This commit is contained in:
Igor Pavlov
2005-09-26 00:00:00 +00:00
committed by Kornel Lesiński
parent d66cf2fcf3
commit 32c73adef4
35 changed files with 108 additions and 101 deletions

View File

@@ -6,6 +6,7 @@
#include "../../IStream.h"
#include "../../Common/OutBuffer.h"
/*
#ifndef _NO_EXCEPTIONS
class CLZOutWindowException
{
@@ -14,11 +15,11 @@ public:
CLZOutWindowException(HRESULT errorCode): ErrorCode(errorCode) {}
};
#endif
*/
typedef COutBufferException CLZOutWindowException;
class CLZOutWindow: public COutBuffer
{
bool _overDict;
void FlushWithCheck();
public:
void Init(bool solid = false);