Made the GUSI options work again with GUSI 2.

This commit is contained in:
Jack Jansen 2000-04-21 23:53:37 +00:00
parent 6dd9fc1a2c
commit ee0810403d
3 changed files with 43 additions and 6 deletions

View file

@ -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 */