1// LZOutWindow.cpp
2
3#include "StdAfx.h"
4
5#include "LZOutWindow.h"
6
7void CLZOutWindow::Init(bool solid)
8{
9  if(!solid)
10    COutBuffer::Init();
11  #ifdef _NO_EXCEPTIONS
12  ErrorCode = S_OK;
13  #endif
14}
15
16
17