mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-04 08:30:13 +00:00
PEFTools/PEF.h tweak
This commit is contained in:
parent
49b9ef60c4
commit
48d530bf49
@ -16,10 +16,11 @@
|
||||
#define FOUR_CHAR_CODE(x) (x)
|
||||
#define PRAGMA_STRUCT_PACKPUSH 1
|
||||
|
||||
/* Can't use MacTypes.h either,
|
||||
/* Can't use MacTypes.h (or Types.h) either,
|
||||
* as older versions are hardcoded to 32 bit platforms.
|
||||
*/
|
||||
#define __MACTYPES__
|
||||
#define __TYPES__
|
||||
typedef uint8_t UInt8;
|
||||
typedef int8_t SInt8;
|
||||
typedef uint16_t UInt16;
|
||||
|
Loading…
x
Reference in New Issue
Block a user