Ignore:
Timestamp:
Aug 23, 2001, 8:34:51 PM (24 years ago)
Author:
sandervl
Message:

wine updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/quartz/memalloc.c

    r6563 r6578  
    4040                return E_OUTOFMEMORY;
    4141
    42         QUARTZ_IUnkInit( &pma->unk );
     42        QUARTZ_IUnkInit( &pma->unk, punkOuter );
    4343        CMemoryAllocator_InitIMemAllocator( pma );
    4444
     
    4646        pma->unk.dwEntries = sizeof(IFEntries)/sizeof(IFEntries[0]);
    4747
    48         *ppobj = (void*)pma;
     48        *ppobj = (void*)(&pma->unk);
    4949
    5050        return S_OK;
Note: See TracChangeset for help on using the changeset viewer.