From: Jack Jansen Date: Tue, 14 Nov 1995 10:24:44 +0000 (+0000) Subject: Initialize GUSI for MacTkPython X-Git-Tag: v1.4b1~488 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79559dcf4741990cf93f92c1eab738c8a8383e7a;p=thirdparty%2FPython%2Fcpython.git Initialize GUSI for MacTkPython --- diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index 00287418826e..d7b1e2e89d15 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c @@ -31,6 +31,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. extern void PyMac_InitApplication(); main() { +#if defined(__MWERKS__) && defined(USE_TK) + PyTk_InitGUSI(); +#endif #if defined(__MWERKS__) && defined(__CFM68K__) printf("Hello, world!\n"); #endif