all bgen modules now work with MWerks

This commit is contained in:
Guido van Rossum 1995-02-27 10:10:58 +00:00
parent e7134aa0f2
commit 8cebe3815f
1 changed files with 0 additions and 4 deletions

View File

@ -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 -- */