Ignore:
Timestamp:
Jul 28, 2001, 8:04:35 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r6366 r6397  
    1 /* $Id: os2heap.cpp,v 1.21 2001-07-19 20:00:56 sandervl Exp $ */
     1/* $Id: os2heap.cpp,v 1.22 2001-07-28 18:03:38 sandervl Exp $ */
    22
    33/*
     
    4747//******************************************************************************
    4848//******************************************************************************
    49 OS2Heap::OS2Heap(HANDLE hHeap, DWORD flOptions, DWORD dwInitialSize, DWORD dwMaximumSize)
     49OS2Heap::OS2Heap(DWORD flOptions, DWORD dwInitialSize, DWORD dwMaximumSize)
    5050{
    5151 OS2Heap *curheap = OS2Heap::heap;
    5252
    53   hPrimaryHeap = hHeap;
    5453  totalAlloc   = 0;
    5554  fInitialized = 0;
     
    9998        DebugInt3();
    10099  }
     100  hPrimaryHeap = (HANDLE)uheap;
    101101}
    102102//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.