Changeset 15937 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Aug 18, 2006, 11:53:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r15696 r15937 65 65 /* Operating environments */ 66 66 67 /* I made the BUILDING_KDE__ macro up for the KDE build system to define */ 68 69 /* PLATFORM(KDE) */ 67 /* PLATFORM(QT) */ 70 68 /* PLATFORM(MAC) */ 71 69 /* PLATFORM(WIN) */ 72 #if defined(BUILDING_ KDE__)73 #define KXMLCORE_PLATFORM_ KDE170 #if defined(BUILDING_QT__) 71 #define KXMLCORE_PLATFORM_QT 1 74 72 #elif PLATFORM(DARWIN) 75 73 #define KXMLCORE_PLATFORM_MAC 1 … … 80 78 #define KXMLCORE_PLATFORM_GDK 1 81 79 #endif 82 83 80 84 81 /* CPU */
Note:
See TracChangeset
for help on using the changeset viewer.