Changeset 9975 for trunk/src/kernel32/heapstring.cpp
- Timestamp:
- Apr 2, 2003, 2:58:58 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapstring.cpp
r7854 r9975 1 /* $Id: heapstring.cpp,v 1.5 1 2002-02-09 17:27:31sandervl Exp $ */1 /* $Id: heapstring.cpp,v 1.52 2003-04-02 12:58:29 sandervl Exp $ */ 2 2 /* 3 3 * Project Odin Software License can be found in LICENSE.TXT … … 547 547 lstrcpynWtoA(ascii, 548 548 unicode, 549 lstrlenW( (UniChar*)unicode)+1); //end included549 lstrlenW(unicode)+1); //end included 550 550 551 551 return ascii;
Note:
See TracChangeset
for help on using the changeset viewer.