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
6c11f744
Commit
6c11f744
authored
Nov 09, 1996
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added PyMac_GetFullPath(), PyMac_ApplicationPath and PyMac_ApplicationFSSpec
parent
84fb1fab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Mac/Include/macglue.h
Mac/Include/macglue.h
+5
-0
No files found.
Mac/Include/macglue.h
View file @
6c11f744
...
...
@@ -52,6 +52,11 @@ extern void PyMac_SetGUSISpin(void); /* Install our private GUSI spin routine */
#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
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) */
extern
PyObject
*
PyMac_OSErrException
;
/* Exception for OSErr */
PyObject
*
PyMac_GetOSErrException
(
void
);
/* Initialize & return it */
...
...
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