Changeset 21484 for trunk/include
- Timestamp:
- Nov 29, 2010, 2:14:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_base.h
r8935 r21484 458 458 459 459 #define ICOM_DEFINE(iface,ibase) \ 460 typedefstruct iface: public ibase { \460 struct iface: public ibase { \ 461 461 iface##_METHODS \ 462 462 } __attribute__ ((com_interface)); … … 465 465 466 466 #define ICOM_DEFINE(iface,ibase) \ 467 typedefstruct iface: public ibase { \467 struct iface: public ibase { \ 468 468 iface##_METHODS \ 469 469 }; … … 774 774 ICOM_VFIELD(IUnknown); 775 775 #if defined(ICOM_USE_COM_INTERFACE_ATTRIBUTE) && !defined(ICOM_CINTERFACE) 776 } __attribute__ ((com_interface)); 776 } __attribute__ ((com_interface)); 777 777 #else 778 778 };
Note:
See TracChangeset
for help on using the changeset viewer.