mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 00:11:40 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
13
CPP/7zip/Archive/Udf/UdfRegister.cpp
Executable file
13
CPP/7zip/Archive/Udf/UdfRegister.cpp
Executable file
@@ -0,0 +1,13 @@
|
||||
// UdfRegister.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../Common/RegisterArc.h"
|
||||
|
||||
#include "UdfHandler.h"
|
||||
static IInArchive *CreateArc() { return new NArchive::NUdf::CHandler; }
|
||||
|
||||
static CArcInfo g_ArcInfo =
|
||||
{ L"Udf", L"iso", 0, 0xE0, { 0, 'N', 'S', 'R', '0' }, 5, false, CreateArc, 0 };
|
||||
|
||||
REGISTER_ARC(Udf)
|
||||
Reference in New Issue
Block a user