From e07bbbaaff19dfecbba3121616ac4a5b798cbc58 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 19 Jan 2015 20:08:45 +0000 Subject: Take out some more code which won't work on OS3 --- amiga/libs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/libs.c') diff --git a/amiga/libs.c b/amiga/libs.c index 0f5131df8..4278d1aee 100644 --- a/amiga/libs.c +++ b/amiga/libs.c @@ -120,6 +120,7 @@ bool ami_libs_open(void) #ifdef __amigaos4__ /* Libraries only needed on OS4 */ AMINS_LIB_OPEN("application.library", 53, Application, "application", 2, false) + AMINS_LIB_OPEN("Picasso96API.library", 0, P96, "main", 1, true) #else /* Libraries we get automatically on OS4 but not OS3 */ AMINS_LIB_OPEN("utility.library", 37, Utility, "main", 1, true) @@ -136,7 +137,6 @@ bool ami_libs_open(void) AMINS_LIB_OPEN("keymap.library", 37, Keymap, "main", 1, true) AMINS_LIB_OPEN("layers.library", 37, Layers, "main", 1, true) AMINS_LIB_OPEN("locale.library", 37, Locale, "main", 1, true) - AMINS_LIB_OPEN("Picasso96API.library", 0, P96, "main", 1, true) AMINS_LIB_OPEN("workbench.library", 37, Workbench, "main", 1, true) /* NB: timer.device is opened in schedule.c (ultimately by the scheduler process). -- cgit v1.2.3