31 Mar
2005
31 Mar
'05
1:08 p.m.
ChangeSet ID: 16948 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/03/31 04:08:02 Modified files: dlls/mshtml : main.c Makefile.in Added files: dlls/mshtml : mshtml_private.h htmldoc.c Log message: Jacek Caban <jack(a)itma.pwr.wroc.pl> Stub implementation of HTMLDocument2 interface. Patch: http://cvs.winehq.org/patch.py?id=16948 Old revision New revision Changes Path 1.6 1.7 +125 -32 wine/dlls/mshtml/main.c 1.5 1.6 +1 -0 wine/dlls/mshtml/Makefile.in Added 1.1 +0 -0 wine/dlls/mshtml/mshtml_private.h Added 1.1 +0 -0 wine/dlls/mshtml/htmldoc.c