mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
Initialer Commit
This commit is contained in:
20
CPP/7zip/Archive/Nsis/NsisRegister.cpp
Normal file
20
CPP/7zip/Archive/Nsis/NsisRegister.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
// 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)
|
||||
|
||||
}}
|
||||
Reference in New Issue
Block a user