Changeset 10256 for trunk/src/user32/win32wndhandle.cpp
- Timestamp:
- Oct 2, 2003, 12:36:00 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wndhandle.cpp
r9490 r10256 1 /* $Id: win32wndhandle.cpp,v 1.1 7 2002-12-12 12:33:22sandervl Exp $ */1 /* $Id: win32wndhandle.cpp,v 1.18 2003-10-02 10:36:00 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 48 48 { 49 49 if(globalwhandlecritsect.hmtxLock == 0) { 50 dprintf(("InitializeWindowHandles -> create shared critical section")); 50 51 DosInitializeCriticalSection(&globalwhandlecritsect, pszWndHandleSemName); 51 52 } … … 54 55 DosAccessCriticalSection(&globalwhandlecritsect, pszWndHandleSemName); 55 56 } 57 } 58 //****************************************************************************** 59 //****************************************************************************** 60 void FinalizeWindowHandles() 61 { 62 DosDeleteCriticalSection(&globalwhandlecritsect); 56 63 } 57 64 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.