mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
4.63
This commit is contained in:
committed by
Kornel Lesiński
parent
c1f1243a70
commit
3a524e5ba2
22
CPP/7zip/Compress/BcjCoder.h
Executable file
22
CPP/7zip/Compress/BcjCoder.h
Executable file
@@ -0,0 +1,22 @@
|
||||
// BcjCoder.h
|
||||
|
||||
#ifndef __COMPRESS_BCJ_CODER_H
|
||||
#define __COMPRESS_BCJ_CODER_H
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "../../../C/Bra.h"
|
||||
}
|
||||
|
||||
#include "BranchCoder.h"
|
||||
|
||||
struct CBranch86
|
||||
{
|
||||
UInt32 _prevMask;
|
||||
void x86Init() { x86_Convert_Init(_prevMask); }
|
||||
};
|
||||
|
||||
MyClassB(BCJ_x86, 0x01, 3, CBranch86 ,
|
||||
virtual void SubInit() { x86Init(); })
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user