summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lzma/CPP/7zip/Archive/7z/7zProperties.h
blob: 091c39b4037071e11aff350d7ecb40aa5754dbd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// 7zProperties.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,
  kpidPackedSize1,
  kpidPackedSize2,
  kpidPackedSize3,
  kpidPackedSize4
};
#endif

}}

#endif