Added PyMac_StopGUSISpin

This commit is contained in:
Jack Jansen 1997-05-23 15:33:20 +00:00
parent 5527db5b76
commit 570e4b7ad1
1 changed files with 6 additions and 5 deletions

View File

@ -49,6 +49,7 @@ extern int PyMac_DoYieldEnabled; /* Don't do eventloop when false */
#ifdef USE_GUSI
extern int PyMac_ConsoleIsDead; /* True when exiting */
extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
extern void PyMac_StopGUSISpin(void); /* Stop eventprocessing during exit() */
#endif
extern short PyMac_AppRefNum; /* RefNum of application rsrcfork (from macmain.c) */