ChangeSet ID: 17058 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/13 09:41:19
Modified files: dlls/mshtml : oleobj.c mshtml_private.h htmldoc.c Makefile.in Added files: dlls/mshtml : view.c
Log message: Jacek Caban jack@itma.pwr.wroc.pl - Added IOleDocumentView interface. - Added implementation of DoVerb and CreateView.
Patch: http://cvs.winehq.org/patch.py?id=17058
Old revision New revision Changes Path 1.1 1.2 +63 -4 wine/dlls/mshtml/oleobj.c 1.3 1.4 +4 -0 wine/dlls/mshtml/mshtml_private.h 1.3 1.4 +10 -1 wine/dlls/mshtml/htmldoc.c 1.8 1.9 +2 -1 wine/dlls/mshtml/Makefile.in Added 1.1 +0 -0 wine/dlls/mshtml/view.c