# | Line 22 | Line 22 | |
---|---|---|
22 | #define ETHER_DEFS_H | |
23 | ||
24 | ||
25 | < | #if __BEOS__ && __POWERPC__ |
25 | > | #if __MWERKS__ && __POWERPC__ |
26 | #define PRAGMA_ALIGN_SUPPORTED 1 | |
27 | #define PACKED__ | |
28 | #else | |
# | Line 209 | Line 209 | typedef int32 nw_int32; | |
209 | typedef uint8 nw_uint8; | |
210 | typedef uint16 nw_uint16; | |
211 | typedef uint32 nw_uint32; | |
212 | < | typedef bool nw_bool; |
212 | > | typedef int nw_bool; |
213 | typedef uint8 * nw_uint8_p; | |
214 | typedef void * nw_void_p; | |
215 | typedef datab * nw_datab_p; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |