- Timestamp:
- Feb 7, 2002, 11:51:30 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/hash.cpp
r6512 r7825 1 /* $Id: hash.cpp,v 1. 2 2001-08-10 19:36:04sandervl Exp $ */1 /* $Id: hash.cpp,v 1.3 2002-02-07 10:51:09 sandervl Exp $ */ 2 2 /* 3 3 * LHash functions. … … 124 124 while(*pName) 125 125 { 126 usVal ^= (int)to wupper(*pName);126 usVal ^= (int)toupperW(*pName); 127 127 usVal <<= 1; 128 128 pName++;
Note:
See TracChangeset
for help on using the changeset viewer.