Alistair Leslie-Hughes wrote:
Hi,
Changelog: mshtml: Add support for IHTMLStyle4 interface
--- dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlstyle.c | 4 ++ dlls/mshtml/htmlstyle.h | 3 + dlls/mshtml/htmlstyle4.c | 135 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/tests/dom.c | 7 +++ 5 files changed, 150 insertions(+), 0 deletions(-) create mode 100644 dlls/mshtml/htmlstyle4.c
This interface has very few methods so it doesn't make sense to add new file for it.
Jacek