This commit is contained in:
Igor Pavlov
2008-12-31 00:00:00 +00:00
committed by Kornel Lesiński
parent c1f1243a70
commit 3a524e5ba2
259 changed files with 2792 additions and 4855 deletions

View File

@@ -1,19 +1,20 @@
// Archive/GZip/OutHandler.cpp
// GZipHandlerOut.cpp
#include "StdAfx.h"
#include "GZipHandler.h"
#include "GZipUpdate.h"
#include "Common/StringConvert.h"
#include "Common/StringToInt.h"
#include "Windows/Time.h"
#include "Windows/PropVariant.h"
#include "Windows/Time.h"
#include "../../Compress/CopyCoder.h"
#include "../../Compress/Copy/CopyCoder.h"
#include "../Common/ParseProperties.h"
#include "GZipHandler.h"
#include "GZipUpdate.h"
using namespace NWindows;
using namespace NTime;

View File

@@ -2,8 +2,6 @@
#include "StdAfx.h"
#include "GZipUpdate.h"
#include "Common/Defs.h"
#include "Common/StringConvert.h"
@@ -11,12 +9,16 @@
#include "Windows/PropVariant.h"
#include "../../ICoder.h"
#include "../../Common/ProgressUtils.h"
#include "../../Common/CreateCoder.h"
#include "../../Compress/Copy/CopyCoder.h"
#include "../../Common/ProgressUtils.h"
#include "../../Compress/CopyCoder.h"
#include "../Common/InStreamWithCRC.h"
#include "GZipUpdate.h"
namespace NArchive {
namespace NGZip {