]> granicus.if.org Git - python/commitdiff
If we use frameworks we should include CoreServices/CoreServices.h, not the
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 15:36:23 +0000 (15:36 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 3 Aug 2001 15:36:23 +0000 (15:36 +0000)
old-style CoreFoundation.h.

Mac/Modules/cf/CFmodule.c
Mac/Modules/cf/cfsupport.py

index 68e863f2449197c38f32178ecf4e4a184627c0f8..51b85fcecce5958582970de9df1381a1bf12561e 100644 (file)
@@ -24,7 +24,7 @@
 #include <CFString.h>
 #include <CFURL.h>
 #else
-#include <CoreFoundation.h>
+#include <CoreServices/CoreServices.h>
 #endif
 
 /* For now we declare them forward here. They'll go to mactoolbox later */
index 5da71d520eb33966595224426458da0e2434ae83..95a26f66ba1828fb7f54ecb2d4c58c49c034c6fa 100644 (file)
@@ -50,7 +50,7 @@ includestuff = includestuff + """
 #include <CFString.h>
 #include <CFURL.h>
 #else
-#include <CoreFoundation.h>
+#include <CoreServices/CoreServices.h>
 #endif
 
 /* For now we declare them forward here. They'll go to mactoolbox later */