#ifndef _RAR_COMPRESS_ #define _RAR_COMPRESS_ // Combine pack and unpack constants to class to avoid polluting global // namespace with numerous short names. class PackDef { … }; enum FilterType { … }; #endif
#ifndef _RAR_COMPRESS_ #define _RAR_COMPRESS_ // Combine pack and unpack constants to class to avoid polluting global // namespace with numerous short names. class PackDef { … }; enum FilterType { … }; #endif