- Timestamp:
- Oct 22, 2001, 10:24:13 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r7008 r7151 1 /* $Id: HandleManager.cpp,v 1.7 2 2001-10-10 22:54:05phaller Exp $ */1 /* $Id: HandleManager.cpp,v 1.73 2001-10-22 08:24:13 phaller Exp $ */ 2 2 3 3 /* … … 333 333 *****************************************************************************/ 334 334 335 static ULONG _HMHandleQuery(HANDLE hHandle)335 static ULONG INLINE _HMHandleQuery(HANDLE hHandle) 336 336 { 337 337 if (hHandle > MAX_OS2_HMHANDLES) /* check the table range */
Note:
See TracChangeset
for help on using the changeset viewer.