Changeset 5471 for trunk/src/kernel32/console.cpp
- Timestamp:
- Apr 4, 2001, 11:00:58 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/console.cpp
r5308 r5471 1 /* $Id: console.cpp,v 1.2 6 2001-03-13 18:45:33sandervl Exp $ */1 /* $Id: console.cpp,v 1.27 2001-04-04 09:00:57 sandervl Exp $ */ 2 2 3 3 /* … … 3760 3760 3761 3761 /* create an ascii copy of the lpszTitle */ 3762 int iLength = UniStrlen(lpszTitle);3762 int iLength = lstrlenW(lpszTitle); 3763 3763 3764 3764 ConsoleGlobals.pszWindowTitle = (PSZ)malloc(iLength+1);
Note:
See TracChangeset
for help on using the changeset viewer.