From ee0810403dc95f232c0217876e026bac6667e8ae Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 21 Apr 2000 23:53:37 +0000 Subject: Made the GUSI options work again with GUSI 2. --- Mac/Python/macgetpath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mac/Python/macgetpath.c') diff --git a/Mac/Python/macgetpath.c b/Mac/Python/macgetpath.c index d1c60a07d8..bc957cc7c4 100644 --- a/Mac/Python/macgetpath.c +++ b/Mac/Python/macgetpath.c @@ -189,7 +189,7 @@ Py_GetPath() /* ** Open/create the Python Preferences file, return the handle */ -static short +short PyMac_OpenPrefFile() { AliasHandle handle; @@ -467,4 +467,4 @@ PyMac_SetGUSIOptions() if ( prefrh != -1) CloseResFile(prefrh); UseResFile(oldrh); } -#endif /* USE_GUSI */ +#endif /* USE_GUSI1 */ -- cgit v1.2.1