Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PPC.h « Branch « Compress « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a0e33444e485c5caa22921c257c039d45afbe5af (plain)
1
2
3
4
5
6
7
8
9
10
// PPC.h

#ifndef __PPC_H
#define __PPC_H

#include "BranchCoder.h"

MyClassA(BC_PPC_B, 0x02, 5)

#endif