Files
easy7zip/CPP/7zip/Compress/LzOutWindow.cpp
Igor Pavlov a36c48cece 23.01
2023-12-22 17:17:05 +00:00

15 lines
208 B
C++
Executable File

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