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 { ...@@ -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},
......
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