From d2191ef33a490129c291547f0ebfc923ef58d959 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sun, 19 Jul 2026 23:03:09 -0700 Subject: [PATCH] accidentally removed classic mac os init code from core.c --- src/core.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/core.c b/src/core.c index 98da305c2..cb39b1cb0 100644 --- a/src/core.c +++ b/src/core.c @@ -1063,7 +1063,9 @@ int MwLibraryInit(void) { #ifdef USE_GDI MwLLGDICallInit, #endif - +#ifdef CLASSIC_MAC_OS + MwLLClassicMacOSCallInit, +#endif #ifdef USE_HAIKU MwLLHaikuCallInit, #endif @@ -1107,7 +1109,9 @@ int MwLibraryInit(void) { #ifdef USE_GDI " GDI" #endif - +#ifdef CLASSIC_MAC_OS + " ClassicMacOS" +#endif "\n"); #endif return 1;