3 Dec
2010
3 Dec
'10
10:08 a.m.
Thomas Mullaly <thomas.mullaly(a)gmail.com> writes:
@@ -3567,7 +3567,7 @@ static HRESULT set_builder_component(LPWSTR *component, DWORD *component_len, LP return S_OK; }
-#define URI(x) ((IUri*) &(x)->lpIUriVtbl) +#define URI(x) ((IUri*) &(x)->IUri_iface.lpVtbl) #define URIBUILDER(x) ((IUriBuilder*) &(x)->lpIUriBuilderVtbl)
You should also get rid of these macros. -- Alexandre Julliard julliard(a)winehq.org