# | Line 62 | Line 62 | typedef off_t loff_t; | |
---|---|---|
62 | #define uae_u16 uint16 | |
63 | #define uae_s32 int32 | |
64 | #define uae_u32 uint32 | |
65 | + | #define uae_s64 int64 |
66 | + | #define uae_u64 uint64 |
67 | typedef uae_u32 uaecptr; | |
68 | + | #define VAL64(a) (a ## LL) |
69 | + | #define UVAL64(a) (a ## uLL) |
70 | ||
71 | // UAE CPU defines | |
72 | #ifdef __i386__ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |