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