RESOLVED FIXED153963
[Cocoa] Replace __has_include guards around inclusion of Apple-internal-SDK headers with USE(APPLE_INTERNAL_SDK)
https://bugs.webkit.org/show_bug.cgi?id=153963
Summary [Cocoa] Replace __has_include guards around inclusion of Apple-internal-SDK h...
mitz
Reported 2016-02-07 10:01:55 PST
Use USE(APPLE_INTERNAL_SDK) to guard inclusion of headers from Apple’s internal SDK instead of __has_include checks.
Attachments
Use USE(APPLE_INTERNAL_SDK) (12.83 KB, patch)
2016-02-07 10:04 PST, mitz
sam: review+
mitz
Comment 1 2016-02-07 10:04:34 PST
Created attachment 270824 [details] Use USE(APPLE_INTERNAL_SDK)
mitz
Comment 2 2016-02-07 10:44:46 PST
Note You need to log in before you can comment on or make changes to this bug.