Lzma2Register.cpp (p7zip_15.14.1_src_all) | : | Lzma2Register.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 "Lzma2Decoder.h" | #include "Lzma2Decoder.h" | |||
#ifndef EXTRACT_ONLY | #ifndef EXTRACT_ONLY | |||
#include "Lzma2Encoder.h" | #include "Lzma2Encoder.h" | |||
#endif | #endif | |||
namespace NCompress { | ||||
namespace NLzma2 { | ||||
REGISTER_CODEC_E(LZMA2, | REGISTER_CODEC_E(LZMA2, | |||
NCompress::NLzma2::CDecoder(), | CDecoder(), | |||
NCompress::NLzma2::CEncoder(), | CEncoder(), | |||
0x21, | 0x21, | |||
"LZMA2") | "LZMA2") | |||
}} | ||||
End of changes. 3 change blocks. | ||||
2 lines changed or deleted | 5 lines changed or added |