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

View file

@ -337,17 +337,13 @@ struct {
{"mactcp", initmactcp}, {"mactcp", initmactcp},
#endif #endif
{"AE", initAE}, {"AE", initAE},
#ifndef __MWERKS__
{"Ctl", initCtl}, {"Ctl", initCtl},
{"Dlg", initDlg}, {"Dlg", initDlg},
#endif
{"Evt", initEvt}, {"Evt", initEvt},
{"Menu", initMenu}, {"Menu", initMenu},
#ifndef __MWERKS__
{"Qd", initQd}, {"Qd", initQd},
{"Snd", initSnd}, {"Snd", initSnd},
{"Win", initWin}, {"Win", initWin},
#endif
{"Res", initRes}, {"Res", initRes},
/* -- ADDMODULE MARKER 2 -- */ /* -- ADDMODULE MARKER 2 -- */