Changeset 768 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Sep 1, 1999, 1:14:31 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r691 r768 1 /* $Id: HandleManager.cpp,v 1.1 7 1999-08-25 14:41:14phaller Exp $ */1 /* $Id: HandleManager.cpp,v 1.18 1999-08-31 23:14:02 phaller Exp $ */ 2 2 3 3 /* … … 1559 1559 } 1560 1560 1561 // @@@PH Problem: wrong class (base class) is called instead of 1562 // open32 class ?! Why ?! 1561 1563 pHMHandle = &TabWin32Handles[iIndex]; /* call device handler */ 1562 1564 dwResult = pHMHandle->pDeviceHandler->WaitForSingleObject(&pHMHandle->hmHandleData,
Note:
See TracChangeset
for help on using the changeset viewer.