mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.
This commit is contained in:
parent
c3f593e6ab
commit
bb7e213a8b
2 changed files with 4 additions and 5 deletions
|
@ -92,9 +92,11 @@ int PyMac_FindCodeResourceModule(PyStringObject *, char *, char *); /* Test for
|
|||
PyObject * PyMac_LoadCodeResourceModule(char *, char *); /* Load 'PYD ' resource from file */
|
||||
struct filedescr *PyMac_FindModuleExtension(char *, size_t *, char *); /* Look for module in single folder */
|
||||
|
||||
#ifndef TARGET_API_MAC_CARBON
|
||||
int PyMac_GetDirectory(FSSpec *dirfss, char *prompt); /* Ask user for a directory */
|
||||
void PyMac_PromptGetFile(short numTypes, ConstSFTypeListPtr typeList,
|
||||
StandardFileReply *reply, char *prompt); /* Ask user for file, with prompt */
|
||||
#endif /* TARGET_API_MAC_CARBON */
|
||||
|
||||
int PyMac_GetOSType(PyObject *, OSType *); /* argument parser for OSType */
|
||||
PyObject *PyMac_BuildOSType(OSType); /* Convert OSType to PyObject */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue