mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
Fix build issue on OSX 10.4
This commit is contained in:
parent
3f67c43f78
commit
0d236eb05a
6 changed files with 80 additions and 8 deletions
|
@ -30,6 +30,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include <Carbon/Carbon.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
|
||||
#ifndef HAVE_MACOS105_SDK
|
||||
typedef SInt16 FSIORefNum;
|
||||
#endif
|
||||
|
||||
static PyObject *MacOS_Error; /* Exception MacOS.Error */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue