Ignore:
Timestamp:
Feb 15, 2002, 3:17:06 PM (24 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_base.h

    r6715 r7912  
    741741#define ICOM_CTHIS(impl,iface)         const impl* const This=(const impl*)iface
    742742
     743#define ICOM_THIS_MULTI(impl,field,iface)  impl* const This=(impl*)((char*)(iface) - offsetof(impl,field))
     744#define ICOM_CTHIS_MULTI(impl,field,iface) const impl* const This=(const impl*)((char*)(iface) - offsetof(impl,field))
     745
    743746#endif
    744747
Note: See TracChangeset for help on using the changeset viewer.