repo.or.cz
/
wine-gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git]
/
other-licenses
/
7zstub
/
src
/
7zip
/
Archive
/
7z
/
7zProperties.h
blob
2149e327ea92317eb01e6b5524751a5d69c1ba5e
1
// 7zProperties.h
2
3
#ifndef __7Z_PROPERTIES_H
4
#define __7Z_PROPERTIES_H
5
6
#include
"../../PropID.h"
7
8
namespace
NArchive
{
9
namespace
N7z
{
10
11
enum
// PropID
12
{
13
kpidPackedSize0
=
kpidUserDefined
,
14
kpidPackedSize1
,
15
kpidPackedSize2
,
16
kpidPackedSize3
,
17
kpidPackedSize4
,
18
};
19
20
}}
21
22
#endif