summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/7zip/Compress/LzOutWindow.cpp
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
}