Ignore:
Timestamp:
Oct 2, 2003, 12:36:00 PM (22 years ago)
Author:
sandervl
Message:

Updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wndhandle.cpp

    r9490 r10256  
    1 /* $Id: win32wndhandle.cpp,v 1.17 2002-12-12 12:33:22 sandervl Exp $ */
     1/* $Id: win32wndhandle.cpp,v 1.18 2003-10-02 10:36:00 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    4848{
    4949    if(globalwhandlecritsect.hmtxLock == 0) {
     50         dprintf(("InitializeWindowHandles -> create shared critical section"));
    5051         DosInitializeCriticalSection(&globalwhandlecritsect, pszWndHandleSemName);
    5152    }
     
    5455         DosAccessCriticalSection(&globalwhandlecritsect, pszWndHandleSemName);
    5556    }
     57}
     58//******************************************************************************
     59//******************************************************************************
     60void FinalizeWindowHandles()
     61{
     62    DosDeleteCriticalSection(&globalwhandlecritsect);
    5663}
    5764//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.