1 // CabRegister.cpp 2 3 #include "StdAfx.h" 4 5 #include "../../Common/RegisterArc.h" 6 7 #include "CabHandler.h" 8 9 namespace NArchive { 10 namespace NCab { 11 12 REGISTER_ARC_I( 13 "Cab", "cab", NULL, 8, 14 NHeader::kMarker, 15 0, 16 NArcInfoFlags::kFindSignature, 17 NULL) 18 19 }} 20