Files
easy7zip/CPP/7zip/Compress/LzOutWindow.cpp
Igor Pavlov 3a524e5ba2 4.63
2016-05-28 00:15:58 +01:00

15 lines
198 B
C++
Executable File

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