Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4f6c058

Browse files
committed
include the proper header for Mach-O
1 parent 663dd79 commit 4f6c058

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Modules/cg/_CGmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <Quickdraw.h>
2121
#include <CGContext.h>
2222
#else
23-
#include <CoreGraphics/CoreGraphics.h>
23+
#include <ApplicationServices/ApplicationServices.h>
2424
#endif
2525

2626
#if !TARGET_API_MAC_OSX

Mac/Modules/cg/cgsupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include <Quickdraw.h>
2626
#include <CGContext.h>
2727
#else
28-
#include <CoreGraphics/CoreGraphics.h>
28+
#include <ApplicationServices/ApplicationServices.h>
2929
#endif
3030
3131
#if !TARGET_API_MAC_OSX

0 commit comments

Comments
 (0)