Changeset 41728 in webkit for trunk/JavaScriptCore/JavaScriptCorePrefix.h
- Timestamp:
- Mar 15, 2009, 5:31:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCorePrefix.h
r41718 r41728 26 26 #endif 27 27 28 #if defined(__APPLE__) 29 #import <AvailabilityMacros.h> 30 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4 31 #define BUILDING_ON_TIGER 1 32 #elif MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_5 33 #define BUILDING_ON_LEOPARD 1 34 #endif 35 #endif 36 28 37 #ifdef __cplusplus 29 38 #define new ("if you use new/delete make sure to include config.h at the top of the file"())
Note:
See TracChangeset
for help on using the changeset viewer.