Changeset 48205 in webkit for trunk/JavaScriptCore/runtime
- Timestamp:
- Sep 9, 2009, 6:26:08 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/DatePrototype.cpp
r48202 r48205 199 199 #if HAVE(LANGINFO_H) 200 200 static const nl_item formats[] = { D_T_FMT, D_FMT, T_FMT }; 201 #elif PLATFORM(WINCE) && !PLATFORM(QT)202 // strftime() we are using does not support #201 #elif (PLATFORM(WINCE) && !PLATFORM(QT)) || PLATFORM(SYMBIAN) 202 // strftime() does not support '#' on WinCE or Symbian 203 203 static const char* const formatStrings[] = { "%c", "%x", "%X" }; 204 204 #else
Note:
See TracChangeset
for help on using the changeset viewer.