Jacek Caban : mshtml: Move IOleCommandTarget implementation to separate file.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Jun 20 16:03:56 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: a2f715e5369d90b3c06ec72162b25dd1ab161892
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a2f715e5369d90b3c06ec72162b25dd1ab161892

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Jun 20 19:02:48 2006 +0200

mshtml: Move IOleCommandTarget implementation to separate file.

---

 dlls/mshtml/Makefile.in      |    1 
 dlls/mshtml/htmldoc.c        |    1 
 dlls/mshtml/mshtml_private.h |    1 
 dlls/mshtml/olecmd.c         |  395 ++++++++++++++++++++++++++++++++++++++++++
 dlls/mshtml/oleobj.c         |  353 --------------------------------------
 5 files changed, 398 insertions(+), 353 deletions(-)
 create mode 100644 dlls/mshtml/olecmd.c

Diff:   http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=a2f715e5369d90b3c06ec72162b25dd1ab161892



More information about the wine-cvs mailing list