Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697842f commit 7b04946Copy full SHA for 7b04946
1 file changed
Include/pymactoolbox.h
@@ -27,6 +27,7 @@ char *PyMac_getscript(void); /* Get the default encoding for our 8bit charact
27
char *PyMac_StrError(int); /* strerror with mac errors */
28
PyObject *PyErr_Mac(PyObject *, int); /* Exception with a mac error */
29
PyObject *PyMac_Error(OSErr); /* Uses PyMac_GetOSErrException */
30
+extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert fsspec->path */
31
32
/*
33
** These conversion routines are defined in mactoolboxglue.c itself.
0 commit comments