Changeset 1130 for trunk/include/heapstring.h
- Timestamp:
- Oct 4, 1999, 10:51:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapstring.h
r970 r1130 1 /* $Id: heapstring.h,v 1. 5 1999-09-18 15:55:45sandervl Exp $ */1 /* $Id: heapstring.h,v 1.6 1999-10-04 20:51:52 sandervl Exp $ */ 2 2 3 3 /* … … 23 23 int WIN32API lstrncmpW (LPCWSTR arg1, LPCWSTR arg2, int i); 24 24 int WIN32API lstrncmpiA (LPCSTR arg1, LPCSTR arg2, int i); 25 int WIN32API lstrncmpiW (LPCWSTR arg1, LPCWSTR arg2, int i); 26 #define lstrcmpniW lstrncmpiW 25 27 LPSTR WIN32API lstrcpyA (LPSTR arg1, LPCSTR arg2); 26 28 LPWSTR WIN32API lstrcpyW (LPWSTR dest, LPCWSTR src);
Note:
See TracChangeset
for help on using the changeset viewer.