- Timestamp:
- Mar 27, 2007 10:51:11 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 19872
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/utf-8.cpp
r1703 r1716 974 974 { 975 975 /** @todo implement proper UTF-8 case-insensitive string comparison. */ 976 #ifdef __WIN 32__976 #ifdef __WIN__ 977 977 return stricmp(psz1, psz2); 978 978 #else /* !__WIN32__ */
Note:
See TracChangeset
for help on using the changeset viewer.