commit | 79559dcf4741990cf93f92c1eab738c8a8383e7a | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Nov 14 10:24:44 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Nov 14 10:24:44 1995 +0000 |
tree | 7f4e969367d089c083973187697ba935a17e2cf4 | |
parent | da38f2d6a3e7146b1cd5ac08f3e3f14f5920c449 [diff] [blame] |
Initialize GUSI for MacTkPython
diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index 0028741..d7b1e2e 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c
@@ -31,6 +31,9 @@ extern void PyMac_InitApplication(); main() { +#if defined(__MWERKS__) && defined(USE_TK) + PyTk_InitGUSI(); +#endif #if defined(__MWERKS__) && defined(__CFM68K__) printf("Hello, world!\n"); #endif