mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
macglue: added PyMac_AppRefNum
pythonresources: elaborated comment on preferences, added new options
This commit is contained in:
parent
1383939e45
commit
3d228879fe
2 changed files with 17 additions and 5 deletions
|
@ -51,6 +51,8 @@ extern int PyMac_ConsoleIsDead; /* True when exiting */
|
|||
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
|
||||
#endif
|
||||
|
||||
extern short PyMac_AppRefNum; /* RefNum of application rsrcfork (from macmain.c) */
|
||||
|
||||
extern PyObject *PyMac_OSErrException; /* Exception for OSErr */
|
||||
PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue