From 4b2676b741d5b9db53af5537e896db4fbe01db8a Mon Sep 17 00:00:00 2001 From: Nishi Date: Tue, 28 Apr 2026 15:21:57 +0900 Subject: [PATCH] stub --- src/core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core.c b/src/core.c index ac650c1..5cc7bbd 100644 --- a/src/core.c +++ b/src/core.c @@ -978,6 +978,9 @@ int MwLibraryInit(void) { #endif #ifdef CLASSIC_MAC_OS MwLLClassicMacOSCallInit, +#endif +#ifdef USE_HAIKU + MwLLHaikuCallInit, #endif NULL}; int i;