Changeset 7825 for trunk/src


Ignore:
Timestamp:
Feb 7, 2002, 11:51:30 AM (24 years ago)
Author:
sandervl
Message:

compile fix

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:04 sandervl Exp $ */
     1/* $Id: hash.cpp,v 1.3 2002-02-07 10:51:09 sandervl Exp $ */
    22/*
    33 * LHash functions.
     
    124124    while(*pName)
    125125    {
    126         usVal ^= (int)towupper(*pName);
     126        usVal ^= (int)toupperW(*pName);
    127127        usVal <<= 1;
    128128        pName++;
Note: See TracChangeset for help on using the changeset viewer.