mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 10:11:44 -06:00
9.34
This commit is contained in:
committed by
Kornel Lesiński
parent
83f8ddcc5b
commit
f08f4dcc3c
14
CPP/7zip/Archive/Iso/IsoRegister.cpp
Executable file → Normal file
14
CPP/7zip/Archive/Iso/IsoRegister.cpp
Executable file → Normal file
@@ -5,9 +5,19 @@
|
||||
#include "../../Common/RegisterArc.h"
|
||||
|
||||
#include "IsoHandler.h"
|
||||
static IInArchive *CreateArc() { return new NArchive::NIso::CHandler; }
|
||||
|
||||
namespace NArchive {
|
||||
namespace NIso {
|
||||
|
||||
IMP_CreateArcIn
|
||||
|
||||
static CArcInfo g_ArcInfo =
|
||||
{ L"Iso", L"iso img", 0, 0xE7, { 'C', 'D', '0', '0', '1', 0x1 }, 7, false, CreateArc, 0 };
|
||||
{ "Iso", "iso img", 0, 0xE7,
|
||||
5, { 'C', 'D', '0', '0', '1' },
|
||||
NArchive::NIso::kStartPos + 1,
|
||||
0,
|
||||
CreateArc };
|
||||
|
||||
REGISTER_ARC(Iso)
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user