Changeset 35449 in webkit for trunk/JavaScriptCore/API/WebKitAvailability.h
- Timestamp:
- Jul 30, 2008, 9:22:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/API/WebKitAvailability.h
r35120 r35449 27 27 #define __WebKitAvailability__ 28 28 29 #import <AvailabilityMacros.h>30 31 29 /* The structure of this header is based on AvailabilityMacros.h. The major difference is that the availability 32 30 macros are defined in terms of WebKit version numbers rather than Mac OS X system version numbers, as WebKit … … 43 41 #define WEBKIT_VERSION_LATEST 0x9999 44 42 43 #ifdef __APPLE__ 44 #import <AvailabilityMacros.h> 45 else 46 // For non-Mac platforms, require the newest version. 47 #define WEBKIT_VERSION_MIN_REQUIRED WEBKIT_VERSION_LATEST 48 #endif 45 49 46 50 /* The versions of GCC that shipped with Xcode prior to 3.0 (GCC build number < 5400) did not support attributes on methods
Note:
See TracChangeset
for help on using the changeset viewer.