From 201bc569a4f40b1b2e53660cceb183570534b557 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 18 Jan 2015 23:13:32 +0000 Subject: More OS3 compilation fixes --- amiga/os3support.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index 93bb0ba11..e28985eaf 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -98,6 +98,7 @@ #define RAWKEY_END 0x71 /* Other constants */ +#define BVS_DISPLAY BVS_NONE #define IDCMP_EXTENDEDMOUSE 0 #define WINDOW_BACKMOST 0 #define DN_FULLPATH 0 @@ -143,6 +144,7 @@ /* Utility */ #define SetMem memset +#define SNPrintf snprintf /* Integral type definitions */ typedef int8_t int8; @@ -160,6 +162,12 @@ struct TimeVal { uint32 Microseconds; }; +/* TimeRequest */ +struct TimeRequest { + struct IORequest Request; + struct TimeVal Time; +}; + /* Compositing */ #define COMPFLAG_IgnoreDestAlpha 0 #define COMPFLAG_SrcAlphaOverride 0 @@ -189,7 +197,8 @@ struct TimeVal { /* Object types */ enum { - ASOT_PORT = 1 + ASOT_PORT = 1, + ASOT_IOREQUEST }; /* Requester types */ -- cgit v1.2.3