Re: [PATCH 4/6] shell32: Implement IExplorerBrowser::Advise and IExplorerBrowser::Unadvise.
23 Aug
2010
23 Aug
'10
1:12 p.m.
David Hedberg <david.hedberg(a)gmail.com> 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 julliard(a)winehq.org
5594
Age (days ago)
5594
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard