Changeset 1311 for trunk/src/user32/win32wndchild.cpp
- Timestamp:
- Oct 15, 1999, 3:52:56 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wndchild.cpp
r949 r1311 1 /* $Id: win32wndchild.cpp,v 1. 1 1999-09-15 23:19:02sandervl Exp $ */1 /* $Id: win32wndchild.cpp,v 1.2 1999-10-15 13:52:56 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Child/Parent window class for OS/2 … … 29 29 parent->RemoveChild(this); 30 30 } 31 //SvL: PM sends WM_DESTROY for all the children 32 #if 0 31 33 if(children != 0) { 32 34 dprintf(("ChildWindow::~ChildWindow children not yet destroyed!!")); 33 35 DestroyChildren(); 34 36 } 37 #endif 35 38 } 36 39 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.