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