Files
easy7zip/CPP/7zip/Archive/Nsis/NsisRegister.cpp
Igor Pavlov ec44a8a070 22.00
2022-06-23 11:43:16 +01:00

21 lines
289 B
C++
Executable File

// NsisRegister.cpp
#include "StdAfx.h"
#include "../../Common/RegisterArc.h"
#include "NsisHandler.h"
namespace NArchive {
namespace NNsis {
REGISTER_ARC_I(
"Nsis", "nsis", 0, 0x9,
kSignature,
4,
NArcInfoFlags::kFindSignature |
NArcInfoFlags::kUseGlobalOffset,
NULL)
}}