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


Ignore:
Timestamp:
Aug 18, 2006, 11:53:25 AM (19 years ago)
Author:
rwlbuis
Message:

Reviewed by Maciej. Landed by rwlbuis.

Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10463
WTF Changes needed for Qt platform code.

File:
1 edited

Legend:

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

    r15696 r15937  
    6565/* Operating environments */
    6666
    67 /* I made the BUILDING_KDE__ macro up for the KDE build system to define */
    68 
    69 /* PLATFORM(KDE) */
     67/* PLATFORM(QT) */
    7068/* PLATFORM(MAC) */
    7169/* PLATFORM(WIN) */
    72 #if defined(BUILDING_KDE__)
    73 #define KXMLCORE_PLATFORM_KDE 1
     70#if defined(BUILDING_QT__)
     71#define KXMLCORE_PLATFORM_QT 1
    7472#elif PLATFORM(DARWIN)
    7573#define KXMLCORE_PLATFORM_MAC 1
     
    8078#define KXMLCORE_PLATFORM_GDK 1
    8179#endif
    82 
    8380
    8481/* CPU */
Note: See TracChangeset for help on using the changeset viewer.