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 #endif
/* This is really "Guido van Rossum" specific... :-) */ /* This is really "Guido van Rossum" specific... :-) */
{"AE", initAE}, {"AE", initAE},
#ifdef THINK_C
{"Ctl", initCtl}, {"Ctl", initCtl},
{"Dlg", initDlg}, {"Dlg", initDlg},
#endif
{"Evt", initEvt}, {"Evt", initEvt},
{"Menu", initMenu}, {"Menu", initMenu},
{"Qd", initQd}, {"Qd", initQd},
{"Res", initRes}, {"Res", initRes},
#ifdef THINK_C
{"Snd", initSnd}, {"Snd", initSnd},
{"Win", initWin}, {"Win", initWin},