Module: wine Branch: master Commit: 77ee756c91dfbacc4d42ae4f58f6b145bdc97876 URL: http://source.winehq.org/git/wine.git/?a=commit;h=77ee756c91dfbacc4d42ae4f58...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Nov 30 13:29:02 2007 +0100
mshtml: Added IHTMLTable interface stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 3 + dlls/mshtml/htmltable.c | 557 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 1 + 4 files changed, 562 insertions(+), 0 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=77ee756c91dfbacc4d42ae...