mirror of https://github.com/python/cpython
include the proper header for Mach-O
This commit is contained in:
parent
663dd79861
commit
4f6c05857f
|
@ -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…
Reference in New Issue