Changeset 36315 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 10, 2008, 1:09:58 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r36314 r36315 1 2008-09-09 Joerg Bornemann <[email protected]> 2 3 Reviewed by Sam Weinig. 4 5 https://bugs.webkit.org/show_bug.cgi?id=20746 6 7 Added WINCE platform macro. 8 9 * wtf/Platform.h: 10 1 11 2008-09-09 Sam Weinig <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/Platform.h
r36244 r36315 50 50 #endif 51 51 52 /* PLATFORM(WINCE) */ 53 /* Operating system level dependencies for Windows CE that should be used */ 54 /* regardless of operating environment */ 55 /* Note that for this platform PLATFORM(WIN_OS) is also defined. */ 56 #if defined(_WIN32_WCE) 57 #define WTF_PLATFORM_WINCE 1 58 #endif 59 52 60 /* PLATFORM(FREEBSD) */ 53 61 /* Operating system level dependencies for FreeBSD-like systems that */
Note:
See TracChangeset
for help on using the changeset viewer.