Changeset 45972 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Jul 16, 2009, 7:13:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r45927 r45972 360 360 #define assert(x) 361 361 362 #endif 362 // _countof is only included in CE6; for CE5 we need to define it ourself 363 #ifndef _countof 364 #define _countof(x) (sizeof(x) / sizeof((x)[0])) 365 #endif 366 367 #endif // PLATFORM(WINCE) && !PLATFORM(QT) 363 368 364 369 /* for Unicode, KDE uses Qt */
Note:
See TracChangeset
for help on using the changeset viewer.