diff options
Diffstat (limited to 'Mac/Python/macapplication.c')
-rw-r--r-- | Mac/Python/macapplication.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index d7b1e2e..5d7bc83 100644 --- a/Mac/Python/macapplication.c +++ b/Mac/Python/macapplication.c @@ -31,8 +31,8 @@ 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(); +#if defined(USE_GUSI) + GUSIDefaultSetup(); #endif #if defined(__MWERKS__) && defined(__CFM68K__) printf("Hello, world!\n"); |