Changeset 5456 for trunk/include/heapstring.h
- Timestamp:
- Apr 3, 2001, 7:45:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r4415 r5456 1 /* $Id: heapstring.h,v 1.1 2 2000-10-03 19:21:43sandervl Exp $ */1 /* $Id: heapstring.h,v 1.13 2001-04-03 17:45:54 sandervl Exp $ */ 2 2 3 3 /* … … 11 11 #include <odin.h> 12 12 13 //used by Wine code 14 #define strcmpiW lstrcmpiW 13 #include <wine\unicode.h> 15 14 //SvL: strcase -> case insensitive! 16 15 #define strncasecmp lstrncmpiA 17 16 #define strcasecmp lstrcmpiA 18 #define strcpyW lstrcpyW19 #define strlenW lstrlenW20 17 #define strncmpiW lstrncmpiW 21 #define strncmpW lstrncmpW22 #define strcatW lstrcatW23 #define toupperW(a) (WCHAR)CharUpperW((LPWSTR)a)24 #define tolowerW(a) (WCHAR)CharLowerW((LPWSTR)a)25 18 #define _strlwr(a) strlwr(a) 26 19
Note:
See TracChangeset
for help on using the changeset viewer.