mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Made this module compatible with Python2.3, and added a temporary setup
script that allows it to be built for that Python.
This commit is contained in:
parent
1dde95dffa
commit
2af4ce8f30
3 changed files with 21 additions and 0 deletions
|
@ -29,6 +29,10 @@ OptCFStringRef = OpaqueByValueType("CFStringRef", "OptCFStringRefObj")
|
|||
LSItemInfoRecord = OpaqueType("LSItemInfoRecord", "LSItemInfoRecord")
|
||||
|
||||
includestuff = includestuff + """
|
||||
#if PY_VERSION_HEX < 0x02040000
|
||||
PyObject *PyMac_GetOSErrException(void);
|
||||
#endif
|
||||
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue