mirror of
https://gitlab.com/rnger/amath
synced 2025-10-05 02:19:17 +00:00
MorphOS compatibility (REQ #4)
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user