Changeset 50546 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Nov 4, 2009, 10:52:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r50540 r50546 48 48 #define BUILDING_ON_LEOPARD 1 49 49 #endif 50 #if !defined(MAC_OS_X_VERSION_10_5) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5 51 #define TARGETING_TIGER 1 52 #elif !defined(MAC_OS_X_VERSION_10_6) || MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_6 53 #define TARGETING_LEOPARD 1 54 #endif 50 55 #include <TargetConditionals.h> 51 56 #endif
Note:
See TracChangeset
for help on using the changeset viewer.