Commit 26a9f746 authored by Jack Jansen's avatar Jack Jansen

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

parent 6cfab234
......@@ -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},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment