From: Jack Jansen Date: Fri, 3 Aug 2001 15:36:23 +0000 (+0000) Subject: If we use frameworks we should include CoreServices/CoreServices.h, not the X-Git-Tag: v2.2a3~832 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3988358b4d70c01660b068deb72bd0818ad85333;p=python If we use frameworks we should include CoreServices/CoreServices.h, not the old-style CoreFoundation.h. --- diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c index 68e863f244..51b85fcecc 100644 --- a/Mac/Modules/cf/CFmodule.c +++ b/Mac/Modules/cf/CFmodule.c @@ -24,7 +24,7 @@ #include #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */ diff --git a/Mac/Modules/cf/cfsupport.py b/Mac/Modules/cf/cfsupport.py index 5da71d520e..95a26f66ba 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -50,7 +50,7 @@ includestuff = includestuff + """ #include #include #else -#include +#include #endif /* For now we declare them forward here. They'll go to mactoolbox later */