mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 12:07:07 -06:00
3.13
This commit is contained in:
22
7zip/Archive/BZip2/BZip2Item.h
Executable file
22
7zip/Archive/BZip2/BZip2Item.h
Executable file
@@ -0,0 +1,22 @@
|
||||
// Archive/BZip2Item.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __ARCHIVE_BZIP2_ITEM_H
|
||||
#define __ARCHIVE_BZIP2_ITEM_H
|
||||
|
||||
namespace NArchive {
|
||||
namespace NBZip2 {
|
||||
|
||||
struct CItem
|
||||
{
|
||||
UINT64 PackSize;
|
||||
UINT64 UnPackSize;
|
||||
};
|
||||
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user