Changeset 1530 for trunk/src/user32/window.cpp
- Timestamp:
- Oct 31, 1999, 6:53:55 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r1529 r1530 1 /* $Id: window.cpp,v 1. 29 1999-10-31 16:44:05 dengertExp $ */1 /* $Id: window.cpp,v 1.30 1999-10-31 17:53:55 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 189 189 else dprintf(("CreateWindowExW: class %d parent %x (%d,%d) (%d,%d), %x %x", className, parent, x, y, width, height, style, exStyle)); 190 190 191 if (! strcmpi(className,L"BUTTON") && ((style & 0x0f) == BS_GROUPBOX))191 if (!lstrcmpiW(className,(LPCWSTR)L"BUTTON") && ((style & 0x0f) == BS_GROUPBOX)) 192 192 style |= WS_CLIPSIBLINGS; 193 193
Note:
See TracChangeset
for help on using the changeset viewer.