other-licenses/7zstub/src/7zip/Archive/7z/7zProperties.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/7zstub/src/7zip/Archive/7z/7zProperties.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +// 7zProperties.h
     1.5 +
     1.6 +#ifndef __7Z_PROPERTIES_H
     1.7 +#define __7Z_PROPERTIES_H
     1.8 +
     1.9 +#include "../../PropID.h"
    1.10 +
    1.11 +namespace NArchive {
    1.12 +namespace N7z {
    1.13 +
    1.14 +enum // PropID
    1.15 +{
    1.16 +  kpidPackedSize0 = kpidUserDefined,
    1.17 +  kpidPackedSize1, 
    1.18 +  kpidPackedSize2,
    1.19 +  kpidPackedSize3,
    1.20 +  kpidPackedSize4,
    1.21 +};
    1.22 +
    1.23 +}}
    1.24 +
    1.25 +#endif

mercurial