From c2eb2056855a2d73fce35b403fb27bbd211222ff Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 8 Nov 2014 23:48:48 +0000 Subject: Open libraries *before* we need them... --- amiga/gui.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 72dbfc471..c3e51de87 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -5250,11 +5250,12 @@ int main(int argc, char** argv) */ nslog_init(NULL, &argc, argv); + /* Need to do this before opening any splash windows etc... */ + ami_libs_open(); + /* Open splash window */ Object *splash_window = ami_gui_splash_open(); - ami_libs_open(); - /* Open popupmenu.library just to check the version. * Versions older than 53.11 are dangerous, so we * forcibly disable context menus if these are in use. -- cgit v1.2.3