mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 10:07:10 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
@@ -33,9 +33,9 @@ class CInArchiveInfo
|
||||
{
|
||||
public:
|
||||
UInt64 StartPosition;
|
||||
WORD Flags;
|
||||
UInt16 Flags;
|
||||
UInt64 CommentPosition;
|
||||
WORD CommentSize;
|
||||
UInt16 CommentSize;
|
||||
bool IsSolid() const { return (Flags & NHeader::NArchive::kSolid) != 0; }
|
||||
bool IsCommented() const { return (Flags & NHeader::NArchive::kComment) != 0; }
|
||||
bool IsVolume() const { return (Flags & NHeader::NArchive::kVolume) != 0; }
|
||||
|
||||
Reference in New Issue
Block a user