Changeset 8210 for trunk/src/user32/win32wndhandle.cpp
- Timestamp:
- Apr 7, 2002, 11:37:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wndhandle.cpp
r8202 r8210 1 /* $Id: win32wndhandle.cpp,v 1.1 1 2002-04-07 14:37:00sandervl Exp $ */1 /* $Id: win32wndhandle.cpp,v 1.12 2002-04-07 21:37:35 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 73 73 lastIndex++; 74 74 DosLeaveCriticalSection(&globalwhandlecritsect); 75 dprintf2(("HwAllocateWindowHandle %x", *hwnd)); 75 76 return TRUE; 76 77 } … … 85 86 DosLeaveCriticalSection(&globalwhandlecritsect); 86 87 } 88 dprintf2(("HwFreeWindowHandle %x", hwnd)); 87 89 } 88 90 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.