misc/libphysfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
changeset 12213 bb5522e88ab2
equal deleted inserted replaced
12212:ea891871f481 12213:bb5522e88ab2
       
     1 // LZOutWindow.cpp
       
     2 
       
     3 #include "StdAfx.h"
       
     4 
       
     5 #include "LZOutWindow.h"
       
     6 
       
     7 void CLZOutWindow::Init(bool solid)
       
     8 {
       
     9   if(!solid)
       
    10     COutBuffer::Init();
       
    11   #ifdef _NO_EXCEPTIONS
       
    12   ErrorCode = S_OK;
       
    13   #endif
       
    14 }
       
    15 
       
    16