Changeset 44765 in webkit for trunk/JavaScriptCore/wtf/StringExtras.h
- Timestamp:
- Jun 17, 2009, 9:39:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/StringExtras.h
r42037 r44765 46 46 } 47 47 48 #if COMPILER(MSVC7) || PLATFORM(WIN _CE)48 #if COMPILER(MSVC7) || PLATFORM(WINCE) 49 49 50 50 inline int vsnprintf(char* buffer, size_t count, const char* format, va_list args) … … 55 55 #endif 56 56 57 #if PLATFORM(WIN _CE)57 #if PLATFORM(WINCE) 58 58 59 59 inline int strnicmp(const char* string1, const char* string2, size_t count)
Note:
See TracChangeset
for help on using the changeset viewer.