Changeset 4079 for trunk/include/heapstring.h
- Timestamp:
- Aug 24, 2000, 11:29:45 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r2341 r4079 1 /* $Id: heapstring.h,v 1. 8 2000-01-06 20:03:03sandervl Exp $ */1 /* $Id: heapstring.h,v 1.9 2000-08-24 09:29:45 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 11 11 #include <odin.h> 12 13 //used by Wine code 14 #define strcmpiW lstrcmpiW 15 #define strncasecmp lstrncmpA 16 #define strcasecmp lstrcmpA 17 #define strcpyW lstrcpyW 18 #define strlenW lstrlenW 19 #define strncmpiW lstrncmpiW 20 #define strncmpW lstrncmpW 21 #define strcatW lstrcatW 22 #define toupperW(a) (WCHAR)CharUpperW((LPWSTR)a) 23 #define tolowerW(a) (WCHAR)CharLowerW((LPWSTR)a) 12 24 13 25 /*****************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.