22 #ifndef __CONDITIONALMACROS__
27 #if __MWERKS__ > 0x2300
43 #if PRAGMA_STRUCT_ALIGN
44 #pragma options align = mac68k
45 #elif PRAGMA_STRUCT_PACKPUSH
47 #elif PRAGMA_STRUCT_PACK
52 #if __MWERKS__ <= 0x2300
53 typedef signed long int32_t;
56 #ifndef _MACH_PPC_BOOLEAN_H_
57 typedef int boolean_t;
60 typedef unsigned char u_int8_t;
61 typedef unsigned short u_int16_t;
62 typedef unsigned long u_int32_t;
65 #if !defined(CG_INLINE)
67 #define CG_INLINE static __inline__
68 #elif defined(__MWERKS__)
69 #define CG_INLINE static inline
71 #define CG_INLINE static
75 #if PRAGMA_STRUCT_ALIGN
76 #pragma options align = reset
77 #elif PRAGMA_STRUCT_PACKPUSH
79 #elif PRAGMA_STRUCT_PACK
83 #ifdef PRAGMA_IMPORT_OFF
Set up for compiler independent conditionals.