Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*)

svn-id: r23547
This commit is contained in:
Max Horn 2006-07-21 21:25:17 +00:00
parent 348e34c685
commit f59cf1fcdc
30 changed files with 117 additions and 119 deletions

View file

@ -45,13 +45,13 @@ struct BompHeader { /* Bomp header */
struct {
uint16 unk;
uint16 width, height;
} GCC_PACK old;
} old;
struct {
uint32 width, height;
} GCC_PACK v8;
} GCC_PACK;
} GCC_PACK;
} v8;
};
};
#if defined(END_PACK_STRUCTS)
#pragma END_PACK_STRUCTS