Welcome to mirror list, hosted at ThFree Co, Russian Federation.

LZOutWindow.cpp « LZ « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e2d6aba1e3661bb4cc83e341c2903f5a082beccd (plain)
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
}