Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
570e4b7a
Commit
570e4b7a
authored
May 23, 1997
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added PyMac_StopGUSISpin
parent
5527db5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
Mac/Include/macglue.h
Mac/Include/macglue.h
+6
-5
No files found.
Mac/Include/macglue.h
View file @
570e4b7a
...
...
@@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Events.h>
#include <StandardFile.h>
#ifdef GENERATINGCFM
/* Defined to 0 or 1 in Universal headers */
#ifdef GENERATINGCFM
/* Defined to 0 or 1 in Universal headers */
#define HAVE_UNIVERSAL_HEADERS
#endif
...
...
@@ -40,7 +40,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#endif
#ifdef USE_GUSI
void
PyMac_FixGUSIcd
Py_PROTO
((
void
));
/* Workaround for GUSI chdir() call */
void
PyMac_FixGUSIcd
Py_PROTO
((
void
));
/* Workaround for GUSI chdir() call */
#endif
char
*
PyMac_StrError
(
int
);
/* strerror with mac errors */
...
...
@@ -48,12 +48,13 @@ char *PyMac_StrError(int); /* strerror with mac errors */
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_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) */
extern
FSSpec
PyMac_ApplicationFSSpec
;
/* Application location (from macargv.c) */
extern
char
PyMac_ApplicationPath
[];
/* Application location (from macargv.c) */
extern
FSSpec
PyMac_ApplicationFSSpec
;
/* Application location (from macargv.c) */
extern
char
PyMac_ApplicationPath
[];
/* Application location (from macargv.c) */
extern
OSErr
PyMac_init_application_location
Py_PROTO
((
void
));
/* Init the above */
extern
OSErr
PyMac_GetFullPath
Py_PROTO
((
FSSpec
*
,
char
*
));
/* convert fsspec->path (macargv.c) */
extern
int
PyMac_GetArgv
Py_PROTO
((
char
***
,
int
));
/* Get argc, argv (from macargv.c) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment