- Timestamp:
- Nov 21, 1999, 7:50:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1805 r1806 1 /* $Id: win32wbase.cpp,v 1. 89 1999-11-21 18:46:36 cbratschi Exp $ */1 /* $Id: win32wbase.cpp,v 1.90 1999-11-21 18:50:06 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 519 519 if(HIWORD(cs->lpszName)) 520 520 { 521 if ( isUnicode)521 if (!isUnicode) 522 522 { 523 523 windowNameA = (LPSTR)_smalloc(strlen(cs->lpszName)+1);
Note:
See TracChangeset
for help on using the changeset viewer.