Changeset 7912 for trunk/include/win/wine/obj_base.h
- Timestamp:
- Feb 15, 2002, 3:17:06 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_base.h
r6715 r7912 741 741 #define ICOM_CTHIS(impl,iface) const impl* const This=(const impl*)iface 742 742 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 743 746 #endif 744 747
Note:
See TracChangeset
for help on using the changeset viewer.