"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "CPP/7zip/Compress/BZip2Register.cpp" between
p7zip_15.14.1_src_all.tar.gz and p7zip_16.02_src_all.tar.gz

About: p7zip is a command-line file archiver with a high compression ratio (a port of the Windows program 7za.exe).

BZip2Register.cpp  (p7zip_15.14.1_src_all):BZip2Register.cpp  (p7zip_16.02_src_all)
// BZip2Register.cpp // BZip2Register.cpp
#include "StdAfx.h" #include "StdAfx.h"
#include "../Common/RegisterCodec.h" #include "../Common/RegisterCodec.h"
#include "BZip2Decoder.h" #include "BZip2Decoder.h"
#if !defined(EXTRACT_ONLY) && !defined(BZIP2_EXTRACT_ONLY)
#include "BZip2Encoder.h"
#endif
REGISTER_CODEC_CREATE(CreateDec, NCompress::NBZip2::CDecoder) namespace NCompress {
namespace NBZip2 {
REGISTER_CODEC_CREATE(CreateDec, CDecoder)
#if !defined(EXTRACT_ONLY) && !defined(BZIP2_EXTRACT_ONLY) #if !defined(EXTRACT_ONLY) && !defined(BZIP2_EXTRACT_ONLY)
#include "BZip2Encoder.h" REGISTER_CODEC_CREATE(CreateEnc, CEncoder)
REGISTER_CODEC_CREATE(CreateEnc, NCompress::NBZip2::CEncoder)
#else #else
#define CreateEnc NULL #define CreateEnc NULL
#endif #endif
REGISTER_CODEC_2(BZip2, CreateDec, CreateEnc, 0x40202, "BZip2") REGISTER_CODEC_2(BZip2, CreateDec, CreateEnc, 0x40202, "BZip2")
}}
 End of changes. 4 change blocks. 
3 lines changed or deleted 8 lines changed or added

Home  |  About  |  All  |  Newest  |  Fossies Dox  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTPS