misc/libphysfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
branchui-scaling
changeset 15283 c4fd2813b127
parent 13390 0135e64c6c66
parent 15279 7ab5cf405686
child 15663 d92eeb468dad
equal deleted inserted replaced
13390:0135e64c6c66 15283:c4fd2813b127
     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