[2/2] mshtml: Add support for IHTMLStyle4 interface

Jacek Caban jacek at codeweavers.com
Mon Feb 2 08:35:44 CST 2009


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



More information about the wine-devel mailing list