diff options
-rw-r--r-- | Mac/Modules/cf/CFmodule.c | 2 | ||||
-rw-r--r-- | Mac/Modules/cf/cfsupport.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Modules/cf/CFmodule.c b/Mac/Modules/cf/CFmodule.c index 68e863f..51b85fc 100644 --- a/Mac/Modules/cf/CFmodule.c +++ b/Mac/Modules/cf/CFmodule.c @@ -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 */ diff --git a/Mac/Modules/cf/cfsupport.py b/Mac/Modules/cf/cfsupport.py index 5da71d5..95a26f6 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -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 */ |