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