From a73d53845cc332de3ac09a2348a917b956e48f6a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 1 Sep 2015 18:02:32 +0100 Subject: Fix MinTerm defines for SDK 53.29 --- amiga/os3support.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'amiga/os3support.h') diff --git a/amiga/os3support.h b/amiga/os3support.h index 128e6bfdf..ac7f31590 100644 --- a/amiga/os3support.h +++ b/amiga/os3support.h @@ -119,6 +119,9 @@ #define GetFontEnd End #define GetScreenModeEnd End +/* MinTerm stuff */ +#define MINTERM_SRCMASK (ABC|ABNC|ANBC) + /* Easy compat macros */ /* application */ #define Notify(...) (void)0 -- cgit v1.2.3