- Timestamp:
- Jun 13, 2000, 1:42:05 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shlwapi/path.c
r3684 r3698 1 /* $Id: path.c,v 1. 2 2000-06-11 08:44:54 phallerExp $ */1 /* $Id: path.c,v 1.3 2000-06-13 11:42:05 achimha Exp $ */ 2 2 3 3 /* … … 63 63 LPSTR WINAPI PathAppendA( 64 64 LPSTR lpszPath1, 65 LP CSTR lpszPath2)65 LPSTR lpszPath2) 66 66 { 67 67 TRACE("%s %s\n",lpszPath1, lpszPath2);
Note:
See TracChangeset
for help on using the changeset viewer.