Ignore:
Timestamp:
Oct 17, 2001, 3:38:50 PM (24 years ago)
Author:
phaller
Message:

Inlined handle function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2heap.h

    r6954 r7091  
    1 /* $Id: os2heap.h,v 1.8 2001-10-06 18:53:11 sandervl Exp $ */
     1/* $Id: os2heap.h,v 1.9 2001-10-17 13:38:50 phaller Exp $ */
    22
    33/*
     
    3636    ~OS2Heap();
    3737
    38     HANDLE getHeapHandle()  { return(hPrimaryHeap); };
     38    HANDLE INLINE getHeapHandle()  { return(hPrimaryHeap); };
    3939
    4040    LPVOID Alloc(DWORD dwFlags, DWORD dwBytes);
Note: See TracChangeset for help on using the changeset viewer.