If we use frameworks we should include CoreServices/CoreServices.h, not the

old-style CoreFoundation.h.
This commit is contained in:
Jack Jansen 2001-08-03 15:36:23 +00:00
parent 03b33effc7
commit 3988358b4d
2 changed files with 2 additions and 2 deletions

View 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 */

View 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 */