mshtml: Added GetClassInfo implementation for HTMLElement objects.
commit97c71b25fefa0ae904046bfd27480f36fa929a4c
authorJacek Caban <jacek@codeweavers.com>
Fri, 21 Apr 2017 11:50:49 +0000 (21 13:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Apr 2017 11:58:51 +0000 (21 13:58 +0200)
tree6982e53a6dcf21dfdbb588d03e29fa026f2e72b7
parent939eafcce0dd35e88211f22158373089f52f1c9c
mshtml: Added GetClassInfo implementation for HTMLElement objects.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
28 files changed:
dlls/mshtml/htmlanchor.c
dlls/mshtml/htmlarea.c
dlls/mshtml/htmlbody.c
dlls/mshtml/htmlcomment.c
dlls/mshtml/htmldoc.c
dlls/mshtml/htmlelem.c
dlls/mshtml/htmlembed.c
dlls/mshtml/htmlform.c
dlls/mshtml/htmlframe.c
dlls/mshtml/htmlgeneric.c
dlls/mshtml/htmlhead.c
dlls/mshtml/htmliframe.c
dlls/mshtml/htmlimg.c
dlls/mshtml/htmlinput.c
dlls/mshtml/htmllink.c
dlls/mshtml/htmlmeta.c
dlls/mshtml/htmlnode.c
dlls/mshtml/htmlobject.c
dlls/mshtml/htmloption.c
dlls/mshtml/htmlscript.c
dlls/mshtml/htmlselect.c
dlls/mshtml/htmlstyleelem.c
dlls/mshtml/htmltable.c
dlls/mshtml/htmltablecell.c
dlls/mshtml/htmltablerow.c
dlls/mshtml/htmltextarea.c
dlls/mshtml/htmltextnode.c
dlls/mshtml/mshtml_private.h