Commit 4f6c0585 authored by Just van Rossum's avatar Just van Rossum

include the proper header for Mach-O

parent 663dd798
......@@ -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
......
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