view src/win32/7zip/7z/CPP/7zip/Compress/LzOutWindow.cpp @ 1:f9f4f1b99eed

importing src directory
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:31:27 -0600
parents
children
line wrap: on
line source
1 // LzOutWindow.cpp
3 #include "StdAfx.h"
5 #include "LzOutWindow.h"
7 void CLzOutWindow::Init(bool solid)
8 {
9 if (!solid)
10 COutBuffer::Init();
11 #ifdef _NO_EXCEPTIONS
12 ErrorCode = S_OK;
13 #endif
14 }