Changeset 36328 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Sep 11, 2008, 12:09:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.