Changeset 16000 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Aug 23, 2006, 5:04:12 PM (19 years ago)
Author:
hyatt
Message:

Fix Platform.h to include #defines for graphics features.

Reviewed by darin

  • JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
  • wtf/Platform.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r15937 r16000  
    7979#endif
    8080
     81/* Graphics engines */
     82
     83/* PLATFORM(CG) */
     84/* PLATFORM(CAIRO) */
     85#if PLATFORM(MAC)
     86#define KXMLCORE_PLATFORM_CG 1
     87#else
     88#define KXMLCORE_PLATFORM_CAIRO 1
     89#endif
     90
    8191/* CPU */
    8292
Note: See TracChangeset for help on using the changeset viewer.