Changeset 7107 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Oct 18, 2001, 1:02:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r7097 r7107 1 /* $Id: win32wbase.cpp,v 1.29 2 2001-10-17 15:16:57 phallerExp $ */1 /* $Id: win32wbase.cpp,v 1.293 2001-10-18 11:02:22 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 3636 3636 dprintf(("SetWindowLong GWL_STYLE %x old %x new style %x (%x)", getWindowHandle(), dwStyle, value)); 3637 3637 #ifdef DEBUG 3638 if((value & WS_CHILD) != (dwStyle & WS_CHILD)) {3639 DebugInt3(); //is this allowed?3640 }3638 // if((value & WS_CHILD) != (dwStyle & WS_CHILD)) { 3639 // DebugInt3(); //is this allowed? 3640 // } 3641 3641 #endif 3642 3642 value &= ~(WS_CHILD);
Note:
See TracChangeset
for help on using the changeset viewer.