Changeset 7151 for trunk/src


Ignore:
Timestamp:
Oct 22, 2001, 10:24:13 AM (24 years ago)
Author:
phaller
Message:

inlined HMHandleQuery

File:
1 edited

Legend:

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

    r7008 r7151  
    1 /* $Id: HandleManager.cpp,v 1.72 2001-10-10 22:54:05 phaller Exp $ */
     1/* $Id: HandleManager.cpp,v 1.73 2001-10-22 08:24:13 phaller Exp $ */
    22
    33/*
     
    333333 *****************************************************************************/
    334334
    335 static ULONG _HMHandleQuery(HANDLE hHandle)
     335static ULONG INLINE _HMHandleQuery(HANDLE hHandle)
    336336{
    337337  if (hHandle > MAX_OS2_HMHANDLES)                  /* check the table range */
Note: See TracChangeset for help on using the changeset viewer.