Changeset 567 for trunk/include
- Timestamp:
- Aug 19, 1999, 4:10:16 AM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/include/heapstring.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/include/heapstring.hr469 r567 20 20 int WIN32API lstrcmpA (LPCSTR arg1, LPCSTR arg2); 21 21 int WIN32API lstrcmpW (LPCWSTR arg1, LPCWSTR arg2); 22 int WIN32API lstrncmpA (LPCSTR arg1, LPCSTR arg2, int i); 23 int WIN32API lstrncmpW (LPCWSTR arg1, LPCWSTR arg2, int i); 22 24 LPSTR WIN32API lstrcpyA (LPSTR arg1, LPCSTR arg2); 23 25 LPWSTR WIN32API lstrcpyW (LPWSTR dest, LPCWSTR src); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
