ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.11 by cebix, 2001-02-09T20:04:15Z vs.
Revision 1.12 by cebix, 2001-07-01T12:42:04Z

# Line 21 | Line 21
21   #ifndef SYSDEPS_H
22   #define SYSDEPS_H
23  
24 + #ifdef __POWERPC__
25 + #define NO_STD_NAMESPACE
26 + #endif
27 +
28   #include <assert.h>
29   #include <support/SupportDefs.h>
30   #include <support/ByteOrder.h>
# Line 69 | Line 73 | typedef off_t loff_t;
73   typedef uae_u32 uaecptr;
74   #define VAL64(a) (a ## LL)
75   #define UVAL64(a) (a ## uLL)
76 + typedef uint32 uintptr;
77 + typedef int32 intptr;
78  
79   // UAE CPU defines
80   #ifdef __i386__

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines