mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue