From: Jack Jansen Date: Sat, 9 Dec 1995 14:00:39 +0000 (+0000) Subject: Added component mgr and quicktime modules X-Git-Tag: v1.4b1~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=641e8d75666357d840f89dd2e85a19c4bb7f7d0f;p=thirdparty%2FPython%2Fcpython.git Added component mgr and quicktime modules --- diff --git a/Mac/Modules/config.c b/Mac/Modules/config.c index d1d35eaaa1b5..30f741966a61 100644 --- a/Mac/Modules/config.c +++ b/Mac/Modules/config.c @@ -90,12 +90,14 @@ extern void initmactcp(); #endif #ifdef USE_BGEN extern void initAE(); +extern void initCm(); extern void initCtl(); extern void initDlg(); extern void initEvt(); extern void initList(); extern void initMenu(); extern void initQd(); +extern void initQt(); extern void initRes(); extern void initSnd(); extern void initWin(); @@ -167,12 +169,14 @@ struct { #endif #ifdef USE_BGEN {"AE", initAE}, + {"Cm", initCm}, {"Ctl", initCtl}, {"Dlg", initDlg}, {"Evt", initEvt}, {"Menu", initMenu}, {"List", initList}, {"Qd", initQd}, + {"Qt", initQt}, {"Snd", initSnd}, {"Win", initWin}, {"Res", initRes}, @@ -209,3 +213,4 @@ struct { /* Sentinel */ {0, 0} }; +