mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-13 08:11:33 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -9,19 +9,14 @@
|
||||
namespace NArchive {
|
||||
namespace NWim {
|
||||
|
||||
IMP_CreateArcIn
|
||||
IMP_CreateArcOut
|
||||
|
||||
static CArcInfo g_ArcInfo =
|
||||
{ "wim", "wim swm", 0, 0xE6,
|
||||
8, { 'M', 'S', 'W', 'I', 'M', 0, 0, 0 },
|
||||
REGISTER_ARC_IO(
|
||||
"wim", "wim swm", 0, 0xE6,
|
||||
kSignature,
|
||||
0,
|
||||
NArcInfoFlags::kAltStreams |
|
||||
NArcInfoFlags::kNtSecure |
|
||||
NArcInfoFlags::kSymLinks |
|
||||
NArcInfoFlags::kHardLinks
|
||||
, REF_CreateArc_Pair };
|
||||
|
||||
REGISTER_ARC(Wim)
|
||||
, NULL)
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user