mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-18 10:11:51 -06:00
4.58 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
bd1fa36322
commit
3901bf0ab8
14
CPP/7zip/Compress/Branch/BranchMisc.h
Executable file
14
CPP/7zip/Compress/Branch/BranchMisc.h
Executable file
@@ -0,0 +1,14 @@
|
||||
// BranchMisc.h
|
||||
|
||||
#ifndef __BRANCHMISC_H
|
||||
#define __BRANCHMISC_H
|
||||
|
||||
#include "BranchCoder.h"
|
||||
|
||||
MyClassA(BC_ARM, 0x05, 1)
|
||||
MyClassA(BC_ARMT, 0x07, 1)
|
||||
MyClassA(BC_PPC, 0x02, 5)
|
||||
MyClassA(BC_SPARC, 0x08, 5)
|
||||
MyClassA(BC_IA64, 0x04, 1)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user