From c743c8d1663c57bf0b16d88c886f2e64ae64a8e5 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 14 Feb 1996 16:02:30 +0000 Subject: Modified for GUSI --- Mac/Python/macapplication.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mac/Python/macapplication.c') diff --git a/Mac/Python/macapplication.c b/Mac/Python/macapplication.c index d7b1e2e89d..5d7bc830eb 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"); -- cgit v1.2.1