all bgen modules now work with MWerks
This commit is contained in:
parent
e7134aa0f2
commit
8cebe3815f
|
@ -337,17 +337,13 @@ struct {
|
|||
{"mactcp", initmactcp},
|
||||
#endif
|
||||
{"AE", initAE},
|
||||
#ifndef __MWERKS__
|
||||
{"Ctl", initCtl},
|
||||
{"Dlg", initDlg},
|
||||
#endif
|
||||
{"Evt", initEvt},
|
||||
{"Menu", initMenu},
|
||||
#ifndef __MWERKS__
|
||||
{"Qd", initQd},
|
||||
{"Snd", initSnd},
|
||||
{"Win", initWin},
|
||||
#endif
|
||||
{"Res", initRes},
|
||||
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
|
Loading…
Reference in New Issue