MorphOS compatibility (REQ #4)

This commit is contained in:
Carsten Sonne Larsen 2021-01-15 15:49:26 +01:00
parent e788fec496
commit ea2bf72d7b
1 changed files with 3 additions and 3 deletions

View File

@ -73,10 +73,10 @@ static struct IntuitionBase *IntuitionBase = nullptr;
#define ARGS_FORMAT "SHELL/S,NOANSI/S,AREXX/S,INPUT/F"
#if defined(AOS3)
#define RDPTR LONG *
#else
#if defined(AROS)
#define RDPTR IPTR *
#else
#define RDPTR LONG *
#endif
AmigaProgram::AmigaProgram()