Commit e981ccd5 authored by Just van Rossum's avatar Just van Rossum

include the proper header for Mach-O

parent bfb8da0e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include <Quickdraw.h> #include <Quickdraw.h>
#include <CGContext.h> #include <CGContext.h>
#else #else
#include <CoreGraphics/CoreGraphics.h> #include <ApplicationServices/ApplicationServices.h>
#endif #endif
#if !TARGET_API_MAC_OSX #if !TARGET_API_MAC_OSX
......
...@@ -25,7 +25,7 @@ includestuff = includestuff + """ ...@@ -25,7 +25,7 @@ includestuff = includestuff + """
#include <Quickdraw.h> #include <Quickdraw.h>
#include <CGContext.h> #include <CGContext.h>
#else #else
#include <CoreGraphics/CoreGraphics.h> #include <ApplicationServices/ApplicationServices.h>
#endif #endif
#if !TARGET_API_MAC_OSX #if !TARGET_API_MAC_OSX
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment