macglue: added PyMac_AppRefNum

pythonresources: elaborated comment on preferences, added new options
This commit is contained in:
Jack Jansen 1996-09-06 22:18:40 +00:00
parent 1383939e45
commit 3d228879fe
2 changed files with 17 additions and 5 deletions

View file

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