summaryrefslogtreecommitdiffstats
path: root/Mac/Include/macglue.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:15:24 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-14 22:15:24 (GMT)
commitbb7e213a8b643dfed007f940d0c4beeb6dd56ca3 (patch)
tree04d802da63d6713308f93422f1467a1b47e7bb00 /Mac/Include/macglue.h
parentc3f593e6abe2988918093b9e832a597154f7e524 (diff)
downloadcpython-bb7e213a8b643dfed007f940d0c4beeb6dd56ca3.zip
cpython-bb7e213a8b643dfed007f940d0c4beeb6dd56ca3.tar.gz
cpython-bb7e213a8b643dfed007f940d0c4beeb6dd56ca3.tar.bz2
PyMac_PromptGetFile and PyMac_GetDirectory don't exist in carbonpython.
Diffstat (limited to 'Mac/Include/macglue.h')
-rw-r--r--Mac/Include/macglue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/Include/macglue.h b/Mac/Include/macglue.h
index 6785dff..a0410cc 100644
--- a/Mac/Include/macglue.h
+++ b/Mac/Include/macglue.h
@@ -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 */