p7zip/CPP/7zip/Compress/LzOutWindow.cpp
2017-10-11 12:35:36 +02:00

15 lines
206 B
C++

// LzOutWindow.cpp
#include "StdAfx.h"
#include "LzOutWindow.h"
void CLzOutWindow::Init(bool solid) throw()
{
if (!solid)
COutBuffer::Init();
#ifdef _NO_EXCEPTIONS
ErrorCode = S_OK;
#endif
}