If we use frameworks we should include CoreServices/CoreServices.h, not the
old-style CoreFoundation.h.
This commit is contained in:
parent
03b33effc7
commit
3988358b4d
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue