Alistair Leslie-Hughes <leslie_alist...@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 julli...@winehq.org