Changeset 1060 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Sep 26, 1999, 1:09:39 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1057 r1060 1 /* $Id: win32wbase.cpp,v 1.1 4 1999-09-26 10:10:01sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.15 1999-09-26 11:09:39 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 397 397 // shouldn't we always use a frame? -> no problems with scrollbars 398 398 399 if( cs->lpszName)399 if(HIWORD(cs->lpszName)) 400 400 { 401 401 if(isUnicode)
Note:
See TracChangeset
for help on using the changeset viewer.