# | Line 28 | Line 28 | |
---|---|---|
28 | #include <stdlib.h> | |
29 | #include <string.h> | |
30 | ||
31 | + | #include "user_strings_amiga.h" |
32 | + | |
33 | // Are the Mac and the host address space the same? | |
34 | #define REAL_ADDRESSING 1 | |
35 | ||
# | Line 52 | Line 54 | typedef LONG loff_t; | |
54 | // Time data type for Time Manager emulation | |
55 | typedef struct timeval tm_time_t; | |
56 | ||
57 | + | // Offset Mac->AmigaOS time in seconds |
58 | + | #define TIME_OFFSET 0x8b31ef80 |
59 | + | |
60 | // Endianess conversion (not needed) | |
61 | #define ntohs(x) (x) | |
62 | #define ntohl(x) (x) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |