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

LzOutWindow.cpp « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df46295bda1da63a0a43adb4ad3e4b198c7588c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// LzOutWindow.cpp

#include "StdAfx.h"

#include "LzOutWindow.h"

void CLzOutWindow::Init(bool solid)
{
  if (!solid)
    COutBuffer::Init();
  #ifdef _NO_EXCEPTIONS
  ErrorCode = S_OK;
  #endif
}