Ticket #11502: patch-_AEModule.c

File patch-_AEModule.c, 332 bytes (added by ehainry@…, 17 years ago)

Silly patch for py-appscript to compile

Line 
1--- Modules/CarbonX/_AEmodule.c.orig    2007-03-08 18:32:48.000000000 +0100
2+++ Modules/CarbonX/_AEmodule.c 2007-03-08 18:32:40.000000000 +0100
3@@ -17,7 +17,7 @@
4     }} while(0)
5 
6 
7-#include <Carbon/Carbon.h>
8+//#include <Carbon/Carbon.h>
9 
10 extern PyObject *_AEDescX_New(AEDesc *);
11 extern PyObject *_AEDescX_NewBorrowed(AEDesc *);