⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 117027 in webkit


Ignore:
Timestamp:
May 14, 2012, 9:36:26 PM (14 years ago)
Author:
aestes@apple.com
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:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r117008 r117027  
     12012-05-14  Andy Estes  <aestes@apple.com>
     2
     3        Add WTF_USE_APPKIT to differentiate platforms that use AppKit.framework from other Darwin platforms
     4        https://bugs.webkit.org/show_bug.cgi?id=86432
     5
     6        Reviewed by Maciej Stachowiak.
     7
     8        * wtf/Platform.h:
     9
    1102012-05-14  Mark Rowe  <mrowe@apple.com>
    211
  • trunk/Source/WTF/wtf/Platform.h

    r116385 r117027  
    553553#define HAVE_LAYER_HOSTING_IN_WINDOW_SERVER 1
    554554#endif
     555#define WTF_USE_APPKIT 1
    555556#endif /* PLATFORM(MAC) && !PLATFORM(IOS) */
    556557
     
    604605#endif
    605606
     607#define WTF_USE_APPKIT 0
    606608#endif
    607609
Note: See TracChangeset for help on using the changeset viewer.