misc/libphysfs/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp
changeset 13881 99b265e0d1d0
parent 13880 5f819b90d479
child 13882 b172a5d40eee
equal deleted inserted replaced
13880:5f819b90d479 13881:99b265e0d1d0
     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