Changeset 566 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Aug 19, 1999, 3:56:52 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r471 r566 579 579 580 580 /* forward to call with length parameter */ 581 lstrcpyn WtoA(ascii, unicode, strlen(ascii)+1); //end included581 lstrcpynAtoW(unicode, ascii, strlen(ascii)+1); //end included 582 582 return (unicode); 583 583 }
Note:
See TracChangeset
for help on using the changeset viewer.