cmacos: working?
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-04-16 22:58:16 -07:00
commit bc942153fe
6 changed files with 196 additions and 38 deletions

View file

@ -878,6 +878,9 @@ int MwLibraryInit(void) {
#endif
#ifdef USE_GDI
MwLLGDICallInit,
#endif
#ifdef CLASSIC_MAC_OS
MwLLClassicMacOSCallInit,
#endif
NULL};
int i;
@ -900,6 +903,9 @@ int MwLibraryInit(void) {
#endif
#ifdef USE_GDI
" GDI"
#endif
#ifdef CLASSIC_MAC_OS
" ClassicMacOS"
#endif
"\n");