Some of Guido's bgen modules aren't think-only anymore

This commit is contained in:
Jack Jansen 1995-02-13 22:47:02 +00:00
parent 6cfab2346c
commit 26a9f7467f
1 changed files with 3 additions and 0 deletions

View File

@ -324,12 +324,15 @@ struct {
#endif
/* This is really "Guido van Rossum" specific... :-) */
{"AE", initAE},
#ifdef THINK_C
{"Ctl", initCtl},
{"Dlg", initDlg},
#endif
{"Evt", initEvt},
{"Menu", initMenu},
{"Qd", initQd},
{"Res", initRes},
#ifdef THINK_C
{"Snd", initSnd},
{"Win", initWin},