--- Modules/_AppKit_carbon.m.orig 2014-01-15 09:02:32.000000000 -0700
+++ Modules/_AppKit_carbon.m 2016-11-03 15:49:11.000000000 -0700
#if PY_MAJOR_VERSION == 2 && defined(USE_TOOLBOX_OBJECT_GLUE)
-#include "pymactoolbox.h"
- /* FIXME: the bits of pymactoolbox.h that we need,
- * because said header doesn't work in 64-bit mode
extern PyObject *WinObj_New(WindowPtr);
extern int WinObj_Convert(PyObject *, WindowPtr *);
extern PyObject *WinObj_WhichWindow(WindowPtr);
py2window(PyObject* obj, void* output)