diff options
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macapplication.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ 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 |