Ignore:
Timestamp:
Sep 1, 1999, 1:14:31 AM (26 years ago)
Author:
phaller
Message:

Fix: incorrect anchor class for mutexes, events and semaphores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/HandleManager.cpp

    r691 r768  
    1 /* $Id: HandleManager.cpp,v 1.17 1999-08-25 14:41:14 phaller Exp $ */
     1/* $Id: HandleManager.cpp,v 1.18 1999-08-31 23:14:02 phaller Exp $ */
    22
    33/*
     
    15591559  }
    15601560
     1561  // @@@PH Problem: wrong class (base class) is called instead of
     1562  //                open32 class ?! Why ?!
    15611563  pHMHandle = &TabWin32Handles[iIndex];               /* call device handler */
    15621564  dwResult = pHMHandle->pDeviceHandler->WaitForSingleObject(&pHMHandle->hmHandleData,
Note: See TracChangeset for help on using the changeset viewer.