Changeset 38699 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Nov 24, 2008, 12:09:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DateMath.cpp
r38176 r38699 414 414 void getLocalTime(const time_t* localTime, struct tm* localTM) 415 415 { 416 #if COMPILER(MSVC7) || COMPILER(MINGW) 416 #if COMPILER(MSVC7) || COMPILER(MINGW) || PLATFORM(WIN_CE) 417 417 *localTM = *localtime(localTime); 418 418 #elif COMPILER(MSVC)
Note:
See TracChangeset
for help on using the changeset viewer.