Jacek Caban : mshtml: Move IOleCommandTarget implementation to separate file.
Module: wine Branch: refs/heads/master Commit: a2f715e5369d90b3c06ec72162b25dd1ab161892 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a2f715e5369d90b3c06ec721... Author: Jacek Caban <jacek(a)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=a2f715e5369d90b3c06e...
participants (1)
-
Alexandre Julliard