Module: wine Branch: master Commit: 239f7f70e77cdfe7466a6358d499fc5adb24d6ad URL: http://source.winehq.org/git/wine.git/?a=commit;h=239f7f70e77cdfe7466a6358d4...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Oct 2 12:37:35 2008 +0200
mshtml: Added IHTMStyle2 stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlstyle.c | 17 +- dlls/mshtml/htmlstyle2.c | 605 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 15 + dlls/mshtml/tests/dom.c | 10 + 5 files changed, 636 insertions(+), 12 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=239f7f70e77cdfe7466a63...