--- 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
@@ -5,20 +5,10 @@
 
 #if PY_MAJOR_VERSION == 2 && defined(USE_TOOLBOX_OBJECT_GLUE)
 
-#ifndef __LP64__
-
-#include "pymactoolbox.h"
-
-#else
-	/* 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);
 
-#endif
-
 static int
 py2window(PyObject* obj, void* output)
 {