Module: wine Branch: refs/heads/master Commit: 874fd57841f8d9670c50429b8b28d6b3627b0bb3 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=874fd57841f8d9670c50429b...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Mar 5 20:39:59 2006 +0100
mshtml: Added IHTMLElement implementation.
---
dlls/mshtml/Makefile.in | 1 dlls/mshtml/htmlelem.c | 875 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmlnode.c | 2 dlls/mshtml/mshtml_private.h | 14 + dlls/mshtml/nsiface.idl | 51 ++ 5 files changed, 940 insertions(+), 3 deletions(-) create mode 100644 dlls/mshtml/htmlelem.c
Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=874fd57841f8d9670c50...