Title: [232238] trunk/Source/WebCore/PAL
Revision
232238
Author
[email protected]
Date
2018-05-27 22:04:16 -0700 (Sun, 27 May 2018)

Log Message

Tried to fix the pre-High Sierra USE(APPLE_INTERNAL_SDK) build

* pal/spi/cg/CoreGraphicsSPI.h: #undef confirm, which is defined by ApplicationServicesPriv.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/PAL/ChangeLog (232237 => 232238)


--- trunk/Source/WebCore/PAL/ChangeLog	2018-05-28 04:31:53 UTC (rev 232237)
+++ trunk/Source/WebCore/PAL/ChangeLog	2018-05-28 05:04:16 UTC (rev 232238)
@@ -1,5 +1,11 @@
 2018-05-27  Dan Bernstein  <[email protected]>
 
+        Tried to fix the pre-High Sierra USE(APPLE_INTERNAL_SDK) build
+
+        * pal/spi/cg/CoreGraphicsSPI.h: #undef confirm, which is defined by ApplicationServicesPriv.h.
+
+2018-05-27  Dan Bernstein  <[email protected]>
+
         Tried to fix the 32-bit USE(APPLE_INTERNAL_SDK) build.
 
         * pal/spi/mac/QuickDrawSPI.h: Import ApplicationServicesPriv.h instead of QuickDrawPriv.h.

Modified: trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h (232237 => 232238)


--- trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-05-28 04:31:53 UTC (rev 232237)
+++ trunk/Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h	2018-05-28 05:04:16 UTC (rev 232238)
@@ -47,8 +47,11 @@
 #include <ColorSync/ColorSyncPriv.h>
 #else
 #include <ApplicationServices/ApplicationServicesPriv.h>
+#ifdef confirm
+#undef confirm
 #endif
 #endif
+#endif
 #include <CoreGraphics/CGFontCache.h>
 #include <CoreGraphics/CoreGraphicsPrivate.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to