Some of Guido's bgen modules aren't think-only anymore
This commit is contained in:
parent
6cfab2346c
commit
26a9f7467f
|
@ -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},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue