This commit is contained in:
Nishi 2026-05-04 19:24:09 +09:00
commit 11069552df
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 50 additions and 15 deletions

View file

@ -1164,6 +1164,10 @@ static MwBool MwLLDoModernImpl(MwLL handle) {
return MwTRUE;
}
static void MwLLRaiseImpl(MwLL handle) {
(void)handle;
}
static int MwLLCocoaCallInitImpl(void) {
#ifndef __APPLE__
printf("Using GNUStep Backend\n");