Re: [1/7] urlmon: Standardize COM implementation of IUri
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
5496
Age (days ago)
5496
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard