misc/libphysfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
author alfadur
Wed, 04 Jul 2018 00:01:25 +0300
changeset 13438 da71e0d88a1c
parent 12213 bb5522e88ab2
permissions -rw-r--r--
update nom

// LZOutWindow.cpp

#include "StdAfx.h"

#include "LZOutWindow.h"

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