misc/libphysfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
author Wuzzy <Wuzzy2@mail.ru>
Mon, 06 Aug 2018 19:33:46 +0200
changeset 13613 d6b79a080a3e
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Remove unused variables of creeper handler

// LZOutWindow.cpp

#include "StdAfx.h"

#include "LZOutWindow.h"

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