Changeset 12392
- Timestamp:
- Nov 21, 1999, 7:50:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/user32/win32wbase.cpp ¶
r12391 r12392 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.