accidentally removed classic mac os init code from core.c
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
f91fc66fb6
commit
d2191ef33a
1 changed files with 6 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue