Changeset 44765 in webkit for trunk/JavaScriptCore/wtf/DateMath.cpp
- Timestamp:
- Jun 17, 2009, 9:39:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/DateMath.cpp
r44518 r44765 301 301 void getLocalTime(const time_t* localTime, struct tm* localTM) 302 302 { 303 #if COMPILER(MSVC7) || COMPILER(MINGW) || PLATFORM(WIN _CE)303 #if COMPILER(MSVC7) || COMPILER(MINGW) || PLATFORM(WINCE) 304 304 *localTM = *localtime(localTime); 305 305 #elif COMPILER(MSVC)
Note:
See TracChangeset
for help on using the changeset viewer.