Changeset 6366 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Jul 19, 2001, 10:00:56 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r6318 r6366 1 /* $Id: heapstring.cpp,v 1.4 1 2001-07-13 14:33:00sandervl Exp $ */1 /* $Id: heapstring.cpp,v 1.42 2001-07-19 20:00:56 sandervl Exp $ */ 2 2 3 3 /* … … 215 215 do 216 216 { 217 firstch = to lower(*str1);218 lastch = to lower(*str2);217 firstch = toupper(*str1); 218 lastch = toupper(*str2); 219 219 str1++; 220 220 str2++; … … 236 236 do 237 237 { 238 firstch = to lowerW(*str1);239 lastch = to lowerW(*str2);238 firstch = toupperW(*str1); 239 lastch = toupperW(*str2); 240 240 str1++; 241 241 str2++;
Note:
See TracChangeset
for help on using the changeset viewer.