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/sysclock.c

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