mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 16:11:35 -06:00
4.20
This commit is contained in:
committed by
Kornel Lesiński
parent
8c1b5c7b7e
commit
3c510ba80b
@@ -12,10 +12,11 @@ namespace NFileHeader {
|
||||
{
|
||||
extern const char *kMagic1 = "070701";
|
||||
extern const char *kMagic2 = "070702";
|
||||
extern const char *kMagic3 = "070707";
|
||||
extern const char *kEndName = "TRAILER!!!";
|
||||
|
||||
extern unsigned short kMagicForRecord2 = 0x71C7;
|
||||
extern unsigned short kMagicForRecord2BE = 0xC771;
|
||||
const Byte kMagicForRecord2[2] = { 0xC7, 0x71 };
|
||||
// unsigned short kMagicForRecord2BE = 0xC771;
|
||||
}
|
||||
|
||||
}}}
|
||||
|
||||
Reference in New Issue
Block a user