--- BasiliskII/src/AmigaOS/sysdeps.h 1999/10/03 14:16:25 1.1 +++ BasiliskII/src/AmigaOS/sysdeps.h 1999/10/19 17:41:23 1.3 @@ -28,6 +28,8 @@ #include #include +#include "user_strings_amiga.h" + // Are the Mac and the host address space the same? #define REAL_ADDRESSING 1 @@ -52,6 +54,9 @@ typedef LONG loff_t; // Time data type for Time Manager emulation typedef struct timeval tm_time_t; +// Offset Mac->AmigaOS time in seconds +#define TIME_OFFSET 0x8b31ef80 + // Endianess conversion (not needed) #define ntohs(x) (x) #define ntohl(x) (x)