- Timestamp:
- Feb 7, 2002, 11:51:30 AM (24 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/win/winnls.h (modified) (1 diff)
-
src/oleaut32/hash.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winnls.h
r7824 r7825 422 422 #define LOCALE_TIMEDATEBOTH 0x00000300 /* full set */ 423 423 424 #ifndef HAVE_WCTYPE_H /* fight native wctype.h */425 /* Prototypes for Unicode case conversion routines */426 WCHAR towupper(WCHAR);427 WCHAR towlower(WCHAR);428 #endif429 430 424 /* Definitions for IsTextUnicode() function */ 431 425 #define IS_TEXT_UNICODE_ASCII16 0x0001 -
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.
