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

    r6563 r6578  
    3131        TRACE("(%p)->()\n",This);
    3232
    33         return IUnknown_QueryInterface((IUnknown*)(&This->unk),riid,ppobj);
     33        return IUnknown_QueryInterface(This->unk.punkControl,riid,ppobj);
    3434}
    3535
     
    4141        TRACE("(%p)->()\n",This);
    4242
    43         return IUnknown_AddRef((IUnknown*)(&This->unk));
     43        return IUnknown_AddRef(This->unk.punkControl);
    4444}
    4545
     
    5151        TRACE("(%p)->()\n",This);
    5252
    53         return IUnknown_Release((IUnknown*)(&This->unk));
     53        return IUnknown_Release(This->unk.punkControl);
    5454}
    5555
Note: See TracChangeset for help on using the changeset viewer.