mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 22:07:07 -06:00
4.63
This commit is contained in:
committed by
Kornel Lesiński
parent
c1f1243a70
commit
3a524e5ba2
14
CPP/7zip/Compress/BranchMisc.h
Executable file
14
CPP/7zip/Compress/BranchMisc.h
Executable file
@@ -0,0 +1,14 @@
|
||||
// BranchMisc.h
|
||||
|
||||
#ifndef __COMPRESS_BRANCH_MISC_H
|
||||
#define __COMPRESS_BRANCH_MISC_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