Changeset 38699 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Nov 24, 2008, 12:09:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r38487 r38699 211 211 #endif 212 212 213 /* PLATFORM(WIN_CE) && PLATFORM(QT) 214 We can not determine the endianess at compile time. For 215 Qt for Windows CE the endianess is specified in the 216 device specific makespec 217 */ 218 #if PLATFORM(WIN_CE) && PLATFORM(QT) 219 # include <QtGlobal> 220 # undef WTF_PLATFORM_BIG_ENDIAN 221 # undef WTF_PLATFORM_MIDDLE_ENDIAN 222 # if Q_BYTE_ORDER == Q_BIG_EDIAN 223 # define WTF_PLATFORM_BIG_ENDIAN 1 224 # endif 225 #endif 226 213 227 /* Compiler */ 214 228 … … 325 339 326 340 #define HAVE_FLOAT_H 1 341 #if PLATFORM(WIN_CE) 342 #define HAVE_ERRNO_H 0 343 #else 327 344 #define HAVE_SYS_TIMEB_H 1 345 #endif 328 346 #define HAVE_VIRTUALALLOC 1 329 347
Note:
See TracChangeset
for help on using the changeset viewer.