Changeset 41764 in webkit for trunk/JavaScriptCore/JavaScriptCorePrefix.h
- Timestamp:
- Mar 17, 2009, 9:06:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/JavaScriptCorePrefix.h
r41728 r41764 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_431 #define BUILDING_ON_TIGER 132 #elif MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_533 #define BUILDING_ON_LEOPARD 134 #endif35 #endif36 37 28 #ifdef __cplusplus 38 29 #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.