David Hedberg <[email protected]> writes: > +#define EBE_IMPL(iface) \ > + ((IExplorerBrowserEventsImpl*)iface) > [...] > +static ULONG WINAPI IExplorerBrowserEvents_fnAddRef(IExplorerBrowserEvents > *iface) > +{ > + return InterlockedIncrement(&(EBE_IMPL(iface)->ref));
That's ugly, declare a proper This pointer instead. -- Alexandre Julliard [email protected]
