mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 14:11:42 -06:00
4.59 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
3901bf0ab8
commit
173c07e166
13
CPP/7zip/Archive/Hfs/HfsRegister.cpp
Executable file
13
CPP/7zip/Archive/Hfs/HfsRegister.cpp
Executable file
@@ -0,0 +1,13 @@
|
||||
// HfsRegister.cpp
|
||||
|
||||
#include "StdAfx.h"
|
||||
|
||||
#include "../../Common/RegisterArc.h"
|
||||
|
||||
#include "HfsHandler.h"
|
||||
static IInArchive *CreateArc() { return new NArchive::NHfs::CHandler; }
|
||||
|
||||
static CArcInfo g_ArcInfo =
|
||||
{ L"HFS", L"hfs", 0, 0xE3, { 'H', '+', 0, 4 }, 4, false, CreateArc, 0 };
|
||||
|
||||
REGISTER_ARC(Hfs)
|
||||
Reference in New Issue
Block a user