Changeset 1495 for trunk/src/user32/windowclass.cpp
- Timestamp:
- Oct 28, 1999, 8:22:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowclass.cpp
r1193 r1495 1 /* $Id: windowclass.cpp,v 1. 2 1999-10-08 16:28:21 sandervl Exp $ */1 /* $Id: windowclass.cpp,v 1.3 1999-10-28 18:22:31 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Class Code for OS/2 … … 181 181 wndclass->getClassInfo(&wc); 182 182 memcpy(lpwc, &wc.style, sizeof(WNDCLASSW)); 183 183 return(TRUE); 184 184 } 185 185 return(FALSE); … … 215 215 if(wndclass) { 216 216 wndclass->getClassInfo(lpwcx); 217 lpwcx->cbSize = sizeof(WNDCLASSEXA); 217 218 return(TRUE); 218 219 } … … 256 257 if(wndclass) { 257 258 wndclass->getClassInfo(lpwcx); 259 lpwcx->cbSize = sizeof(WNDCLASSEXW); 258 260 return(TRUE); 259 261 }
Note:
See TracChangeset
for help on using the changeset viewer.