mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
all bgen modules now work with MWerks
This commit is contained in:
parent
e7134aa0f2
commit
8cebe3815f
1 changed files with 0 additions and 4 deletions
|
@ -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 -- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue