Thomas Mullaly thomas.mullaly@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.