Module: wine Branch: master Commit: 4ffd64ddeb1f2cc3377c0b3d63d20fc2c42b5686 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4ffd64ddeb1f2cc3377c0b3d63...
Author: Jacek Caban jacek@codeweavers.com Date: Sun Nov 1 19:17:17 2009 +0100
mshtml: Moved IHTMLFrameBase to separated object to allow sharing implementation with HTMLFrame.
---
dlls/mshtml/Makefile.in | 1 + dlls/mshtml/htmlframebase.c | 269 ++++++++++++++++++++++++++++++++++++++++++ dlls/mshtml/htmliframe.c | 239 ++----------------------------------- dlls/mshtml/mshtml_private.h | 11 ++ 4 files changed, 292 insertions(+), 228 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=4ffd64ddeb1f2cc3377c0b...