Re: [1/2] mshtml: Rename stucture to avoid name clash
30 Dec
2008
30 Dec
'08
5:47 a.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
static HRESULT WINAPI HTMLStyle_QueryInterface(IHTMLStyle *iface, REFIID riid, void **ppv) { - HTMLStyle *This = HTMLSTYLE_THIS(iface); + HStyle *This = HTMLSTYLE_THIS(iface);
A name like IHTMLStyleImpl would be a better choice. -- Alexandre Julliard julliard(a)winehq.org
6191
Age (days ago)
6191
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard