From 2eb41ed77b2deb3a1c54c7b6b94a7c31fb603714 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 18 Jan 2015 21:11:00 +0000 Subject: More OS3 fixes --- amiga/os3support.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'amiga/os3support.c') diff --git a/amiga/os3support.c b/amiga/os3support.c index cc567f641..dda3df31e 100644 --- a/amiga/os3support.c +++ b/amiga/os3support.c @@ -23,6 +23,17 @@ #ifndef __amigaos4__ #include "os3support.h" +#include +#include +#include +#include +#include +#include + +#define SUCCESS (TRUE) +#define FAILURE (FALSE) +#define NO ! + /* DOS */ int64 GetFileSize(BPTR fh) { -- cgit v1.2.3