mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Made the GUSI options work again with GUSI 2.
This commit is contained in:
parent
6dd9fc1a2c
commit
ee0810403d
3 changed files with 43 additions and 6 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue