physfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp

17 lines
199 B
C++
Raw Normal View History

2008-01-23 04:52:35 +01:00
// LZOutWindow.cpp
#include "StdAfx.h"
#include "LZOutWindow.h"
void CLZOutWindow::Init(bool solid)
{
if(!solid)
COutBuffer::Init();
#ifdef _NO_EXCEPTIONS
ErrorCode = S_OK;
#endif
}