mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 20:07:05 -06:00
23.01
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
// 7zProperties.h
|
||||
|
||||
#ifndef __7Z_PROPERTIES_H
|
||||
#define __7Z_PROPERTIES_H
|
||||
#ifndef ZIP7_INC_7Z_PROPERTIES_H
|
||||
#define ZIP7_INC_7Z_PROPERTIES_H
|
||||
|
||||
#include "../../PropID.h"
|
||||
|
||||
namespace NArchive {
|
||||
namespace N7z {
|
||||
|
||||
// #define Z7_7Z_SHOW_PACK_STREAMS_SIZES // for debug
|
||||
|
||||
#ifdef Z7_7Z_SHOW_PACK_STREAMS_SIZES
|
||||
enum
|
||||
{
|
||||
kpidPackedSize0 = kpidUserDefined,
|
||||
@@ -16,6 +19,7 @@ enum
|
||||
kpidPackedSize3,
|
||||
kpidPackedSize4
|
||||
};
|
||||
#endif
|
||||
|
||||
}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user