- Replaced the use of autoconf's WORDS_BIGENDIAN with __BIG_ENDIAN__, since
latter comes predefined by GCC. SVN r1779 (trunk)
This commit is contained in:
parent
75920f2ed0
commit
3f003e06db
15 changed files with 22 additions and 28 deletions
|
|
@ -587,7 +587,7 @@ static void ParseGen(SFFile *sf2, FileReader *f, DWORD chunkid, DWORD chunklen)
|
|||
{
|
||||
gen->Oper = read_uword(f);
|
||||
gen->uAmount = read_uword(f);
|
||||
#ifdef WORDS_BIGENDIAN
|
||||
#ifdef __BIG_ENDIAN__
|
||||
if (gen->Oper == GEN_keyRange || gen->Oper == GEN_velRange)
|
||||
{
|
||||
// Reswap range generators
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue