mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-16 20:11:41 -06:00
15.05
This commit is contained in:
committed by
Kornel Lesiński
parent
0713a3ab80
commit
54490d51d5
@@ -9,16 +9,12 @@
|
||||
namespace NArchive {
|
||||
namespace NNsis {
|
||||
|
||||
IMP_CreateArcIn
|
||||
|
||||
static CArcInfo g_ArcInfo =
|
||||
{ "Nsis", "nsis", 0, 0x9,
|
||||
NArchive::NNsis::kSignatureSize, NSIS_SIGNATURE,
|
||||
REGISTER_ARC_I(
|
||||
"Nsis", "nsis", 0, 0x9,
|
||||
kSignature,
|
||||
4,
|
||||
NArcInfoFlags::kFindSignature |
|
||||
NArcInfoFlags::kUseGlobalOffset,
|
||||
CreateArc };
|
||||
|
||||
REGISTER_ARC(Nsis)
|
||||
NULL)
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user