Changeset 57108 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Apr 5, 2010, 5:55:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r57025 r57108 92 92 #if defined(__WINSCW__) 93 93 #define WTF_COMPILER_WINSCW 1 94 /* cross-compiling, it is not really windows */ 95 #undef WIN32 96 #undef _WIN32 94 97 #endif 95 98 … … 398 401 /* OS(SYMBIAN) - Symbian */ 399 402 #if defined (__SYMBIAN32__) 400 /* we are cross-compiling, it is not really windows */401 #undef WTF_OS_WINDOWS402 #undef WTF_PLATFORM_WIN403 403 #define WTF_OS_SYMBIAN 1 404 404 #endif
Note:
See TracChangeset
for help on using the changeset viewer.