include the proper header for Mach-O

This commit is contained in:
Just van Rossum 2001-12-13 13:40:04 +00:00
parent 663dd79861
commit 4f6c05857f
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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