- Timestamp:
- Oct 6, 1999, 9:56:37 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1147 r1148 1 /* $Id: win32wbase.cpp,v 1.2 4 1999-10-06 07:55:45sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.25 1999-10-06 07:56:37 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 2341 2341 return FALSE; 2342 2342 2343 if(windowNameA) free(windowNameA); 2344 if(windowNameW) free(windowNameW); 2345 2343 2346 windowNameW = (LPWSTR)_smalloc((lstrlenW((LPWSTR)lpsz)+1)*sizeof(WCHAR)); 2344 2347 lstrcpyW(windowNameW, (LPWSTR)lpsz);
Note:
See TracChangeset
for help on using the changeset viewer.