# | Line 25 | Line 25 | |
---|---|---|
25 | #include <support/SupportDefs.h> | |
26 | #include <support/ByteOrder.h> | |
27 | ||
28 | + | #include "user_strings_beos.h" |
29 | + | |
30 | // Are the Mac and the host address space the same? | |
31 | #ifdef __i386__ | |
32 | #define REAL_ADDRESSING 0 | |
# | Line 41 | Line 43 | |
43 | // Time data type for Time Manager emulation | |
44 | typedef bigtime_t tm_time_t; | |
45 | ||
46 | + | // Offset Mac->BeOS time in seconds |
47 | + | #define TIME_OFFSET 0x7c25b080 |
48 | + | |
49 | // 64 bit file offsets | |
50 | typedef off_t loff_t; | |
51 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |