Changeset 6453 for trunk/src/custombuild/guid.c
- Timestamp:
- Aug 4, 2001, 5:29:39 PM (24 years ago)
- 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:35sandervl Exp $ */1 /* $Id: guid.c,v 1.3 2001-08-04 15:29:20 sandervl Exp $ */ 2 2 #define ICOM_CINTERFACE 1 3 3 #include <odin.h> … … 36 36 #include <wine/obj_shellbrowser.h> 37 37 #include <wine/obj_serviceprovider.h> 38 38 #include <wine/unicode.h> 39 39 40 40 /********************************************************************* … … 49 49 str2++; 50 50 } 51 return to wupper(*str1) - towupper(*str2);51 return toupperW(*str1) - toupperW(*str2); 52 52 } 53 53
Note:
See TracChangeset
for help on using the changeset viewer.