Jacek Caban : mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.
Module: wine Branch: master Commit: b733e958592e26100fd0449b8bbf56857d71d2de URL: http://source.winehq.org/git/wine.git/?a=commit;h=b733e958592e26100fd0449b8b... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Wed Sep 12 23:39:17 2007 +0200 mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object. --- dlls/mshtml/htmlanchor.c | 4 +- dlls/mshtml/htmlbody.c | 12 +++++----- dlls/mshtml/htmlelem.c | 45 +++++++++++++++++++++----------------- dlls/mshtml/htmlinput.c | 4 +- dlls/mshtml/htmlnode.c | 48 +++++++++++++++++++++++++++-------------- dlls/mshtml/htmlselect.c | 4 +- dlls/mshtml/htmltextarea.c | 4 +- dlls/mshtml/mshtml_private.h | 5 ++- 8 files changed, 73 insertions(+), 53 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b733e958592e26100fd044...
participants (1)
-
Alexandre Julliard