LzmaRegister.cpp (p7zip_15.14.1_src_all) | : | LzmaRegister.cpp (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
#include "StdAfx.h" | #include "StdAfx.h" | |||
#include "../Common/RegisterCodec.h" | #include "../Common/RegisterCodec.h" | |||
#include "LzmaDecoder.h" | #include "LzmaDecoder.h" | |||
#ifndef EXTRACT_ONLY | #ifndef EXTRACT_ONLY | |||
#include "LzmaEncoder.h" | #include "LzmaEncoder.h" | |||
#endif | #endif | |||
namespace NCompress { | ||||
namespace NLzma { | ||||
REGISTER_CODEC_E(LZMA, | REGISTER_CODEC_E(LZMA, | |||
NCompress::NLzma::CDecoder(), | CDecoder(), | |||
NCompress::NLzma::CEncoder(), | CEncoder(), | |||
0x30101, | 0x30101, | |||
"LZMA") | "LZMA") | |||
}} | ||||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |