Changeset 36328 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 11, 2008, 12:09:41 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r36327 r36328 1 2008-09-10 Simon Hausmann <[email protected]> 2 3 Not reviewed but trivial one-liner for yet unused macro. 4 5 Changed PLATFORM(WINCE) to PLATFORM(WIN_CE) as requested by Mark. 6 7 (part of https://bugs.webkit.org/show_bug.cgi?id=20746) 8 9 * wtf/Platform.h: 10 1 11 2008-09-10 Cameron Zwarich <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/Platform.h
r36315 r36328 50 50 #endif 51 51 52 /* PLATFORM(WIN CE) */52 /* PLATFORM(WIN_CE) */ 53 53 /* Operating system level dependencies for Windows CE that should be used */ 54 54 /* regardless of operating environment */ 55 55 /* Note that for this platform PLATFORM(WIN_OS) is also defined. */ 56 56 #if defined(_WIN32_WCE) 57 #define WTF_PLATFORM_WIN CE 157 #define WTF_PLATFORM_WIN_CE 1 58 58 #endif 59 59
Note:
See TracChangeset
for help on using the changeset viewer.