Ignore:
Timestamp:
Aug 4, 2001, 5:29:39 PM (24 years ago)
Author:
sandervl
Message:

use toupperW

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/custombuild/guid.c

    r6401 r6453  
    1 /* $Id: guid.c,v 1.2 2001-07-29 19:02:35 sandervl Exp $ */
     1/* $Id: guid.c,v 1.3 2001-08-04 15:29:20 sandervl Exp $ */
    22#define ICOM_CINTERFACE 1
    33#include <odin.h>
     
    3636#include <wine/obj_shellbrowser.h>
    3737#include <wine/obj_serviceprovider.h>
    38 
     38#include <wine/unicode.h>
    3939
    4040/*********************************************************************
     
    4949        str2++;
    5050    }
    51     return towupper(*str1) - towupper(*str2);
     51    return toupperW(*str1) - toupperW(*str2);
    5252}
    5353
Note: See TracChangeset for help on using the changeset viewer.