PyMac_GetFSSpec must be called via the dylib glue code on OSX.

This commit is contained in:
Jack Jansen 2001-08-03 15:39:27 +00:00
parent 3988358b4d
commit a5bca579fd
3 changed files with 20 additions and 1 deletions

View file

@ -1194,6 +1194,7 @@ int routinename(PyObject *pyobj, object *cobj) { \
} \
return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
}
GLUE_CONVERT(FSSpec, PyMac_GetFSSpec, "macfs")
GLUE_NEW(AppleEvent *, AEDesc_New, "AE") /* XXXX Why by address? */
GLUE_CONVERT(AppleEvent, AEDesc_Convert, "AE")