mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
include the proper header for Mach-O
This commit is contained in:
parent
663dd79861
commit
4f6c05857f
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <Quickdraw.h>
|
||||
#include <CGContext.h>
|
||||
#else
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
||||
#if !TARGET_API_MAC_OSX
|
||||
|
|
|
@ -25,7 +25,7 @@ includestuff = includestuff + """
|
|||
#include <Quickdraw.h>
|
||||
#include <CGContext.h>
|
||||
#else
|
||||
#include <CoreGraphics/CoreGraphics.h>
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#endif
|
||||
|
||||
#if !TARGET_API_MAC_OSX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue