25 Jun
2013
25 Jun
'13
7:11 p.m.
Thomas Faber <thfabba(a)gmx.de> writes:
An alternative solution would be not to generate a vtable structure at all, and instead add a dummy member to the class directly. That would be in line with what the defined(__cplusplus) && !defined(CINTERFACE) case results in, but require a slightly larger change to widl.
I'm not sure it makes sense to even define a C structure at all, since there's nothing you can do with it. -- Alexandre Julliard julliard(a)winehq.org