Fix build with CodeWarrior in MacOS (9 under SheepShaver ;-)

This commit is contained in:
gbeauche 2005-07-02 22:54:07 +00:00
parent 7cc1bbc7b8
commit 029d86ce4c
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@
*/
#include "sysdeps.h"
#include <stddef.h>
#include "xlowmem.h"
#include "ether_defs.h"

View File

@ -22,7 +22,7 @@
#define ETHER_DEFS_H
#if __BEOS__ && __POWERPC__
#if __MWERKS__ && __POWERPC__
#define PRAGMA_ALIGN_SUPPORTED 1
#define PACKED__
#else
@ -209,7 +209,7 @@ typedef int32 nw_int32;
typedef uint8 nw_uint8;
typedef uint16 nw_uint16;
typedef uint32 nw_uint32;
typedef bool nw_bool;
typedef int nw_bool;
typedef uint8 * nw_uint8_p;
typedef void * nw_void_p;
typedef datab * nw_datab_p;