mirror of https://github.com/python/cpython
Added PyMac_StopGUSISpin
This commit is contained in:
parent
5527db5b76
commit
570e4b7ad1
|
@ -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) */
|
||||
|
|
Loading…
Reference in New Issue