tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

7zProperties.h (293B)


      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
     12 {
     13  kpidPackedSize0 = kpidUserDefined,
     14  kpidPackedSize1,
     15  kpidPackedSize2,
     16  kpidPackedSize3,
     17  kpidPackedSize4
     18 };
     19 
     20 }}
     21 
     22 #endif