Title: [117027] trunk/Source/WTF
Revision
117027
Author
[email protected]
Date
2012-05-14 21:36:26 -0700 (Mon, 14 May 2012)

Log Message

Add WTF_USE_APPKIT to differentiate platforms that use AppKit.framework from other Darwin platforms
https://bugs.webkit.org/show_bug.cgi?id=86432

Reviewed by Maciej Stachowiak.

* wtf/Platform.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (117026 => 117027)


--- trunk/Source/WTF/ChangeLog	2012-05-15 04:36:22 UTC (rev 117026)
+++ trunk/Source/WTF/ChangeLog	2012-05-15 04:36:26 UTC (rev 117027)
@@ -1,3 +1,12 @@
+2012-05-14  Andy Estes  <[email protected]>
+
+        Add WTF_USE_APPKIT to differentiate platforms that use AppKit.framework from other Darwin platforms
+        https://bugs.webkit.org/show_bug.cgi?id=86432
+
+        Reviewed by Maciej Stachowiak.
+
+        * wtf/Platform.h:
+
 2012-05-14  Mark Rowe  <[email protected]>
 
         <http://webkit.org/b/86320> WTF.xcodeproj builds with -O3 in debug builds

Modified: trunk/Source/WTF/wtf/Platform.h (117026 => 117027)


--- trunk/Source/WTF/wtf/Platform.h	2012-05-15 04:36:22 UTC (rev 117026)
+++ trunk/Source/WTF/wtf/Platform.h	2012-05-15 04:36:26 UTC (rev 117027)
@@ -552,6 +552,7 @@
 #if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD) && !defined(BUILDING_ON_LION)
 #define HAVE_LAYER_HOSTING_IN_WINDOW_SERVER 1
 #endif
+#define WTF_USE_APPKIT 1
 #endif /* PLATFORM(MAC) && !PLATFORM(IOS) */
 
 #if PLATFORM(CHROMIUM) && OS(DARWIN)
@@ -603,6 +604,7 @@
     #define ENABLE_YARR_JIT 1
 #endif
 
+#define WTF_USE_APPKIT 0
 #endif
 
 #if PLATFORM(WIN) && !OS(WINCE)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to