Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3305d24

Browse files
committed
Got rid of macglue.h, moved the little bit that remains relevant
to pymactoolbox.h (where it should have been in the first place).
1 parent 8d902ab commit 3305d24

2 files changed

Lines changed: 2 additions & 39 deletions

File tree

Include/pymactoolbox.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
*/
1616
char *PyMac_getscript(void); /* Get the default encoding for our 8bit character set */
1717
char *PyMac_StrError(int); /* strerror with mac errors */
18+
extern PyObject *PyMac_OSErrException; /* Exception for OSErr */
19+
PyObject *PyMac_GetOSErrException(void); /* Initialize & return it */
1820
PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
1921
PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
2022
extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert fsspec->path */

Mac/Include/macglue.h

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)