Module: wine Branch: master Commit: b75e2c4ddefd0842146d62f7addfe84d30f57f03 URL: http://source.winehq.org/git/wine.git/?a=commit;h=b75e2c4ddefd0842146d62f7ad...
Author: Jacek Caban jacek@codeweavers.com Date: Mon Oct 15 11:16:30 2012 +0200
mshtml: Added IHTMLLinkElement stub implementation.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlelem.c | 2 + dlls/mshtml/htmllink.c | 334 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/mshtml_private.h | 3 + dlls/mshtml/tests/dom.c | 15 ++- 5 files changed, 353 insertions(+), 2 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b75e2c4ddefd0842146d62...