Differences From Artifact [c01918ca3a]:
- File src/linklib/init.m — part of check-in [e4f9514ea7] at 2021-09-15 17:59:10 on branch amiga-library — Pass more required functions via the linklib (user: js, size: 13340) [annotate] [blame] [check-ins using]
To Artifact [8dc0f9b700]:
- File src/linklib/init.m — part of check-in [4634fc3d92] at 2021-09-15 18:54:11 on branch amiga-library — Define USE_INLINE_STDARG in linklib (user: js, size: 13366) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | + | #import "OFFileManager.h" #import "OFRunLoop.h" #import "macros.h" #import "amiga-library.h" #define USE_INLINE_STDARG #include <proto/exec.h> #include <proto/intuition.h> struct ObjFWBase; #if defined(OF_AMIGAOS_M68K) # include <stabs.h> |
︙ |