Changeset 10587 for trunk/src/user32/win32wndchild.cpp
- Timestamp:
- Apr 20, 2004, 12:11:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wndchild.cpp
r5935 r10587 1 /* $Id: win32wndchild.cpp,v 1. 7 2001-06-09 14:50:24 sandervl Exp $ */1 /* $Id: win32wndchild.cpp,v 1.8 2004-04-20 10:11:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Child/Parent window class for OS/2 … … 19 19 //****************************************************************************** 20 20 //****************************************************************************** 21 ChildWindow::ChildWindow( CRITICAL_SECTION *pLock)21 ChildWindow::ChildWindow(VMutex *pLock) 22 22 { 23 23 parent = 0;
Note:
See TracChangeset
for help on using the changeset viewer.