mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 06:11:50 -06:00
16.00
This commit is contained in:
committed by
Kornel Lesiński
parent
c20d013055
commit
66ac98bb02
@@ -10,8 +10,13 @@
|
||||
#include "LzmaEncoder.h"
|
||||
#endif
|
||||
|
||||
namespace NCompress {
|
||||
namespace NLzma {
|
||||
|
||||
REGISTER_CODEC_E(LZMA,
|
||||
NCompress::NLzma::CDecoder(),
|
||||
NCompress::NLzma::CEncoder(),
|
||||
CDecoder(),
|
||||
CEncoder(),
|
||||
0x30101,
|
||||
"LZMA")
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user