Dylan Smith : wordpad: Allow objects & images to be added with native riched20.

Alexandre Julliard julliard at winehq.org
Thu Jul 22 12:09:35 CDT 2010


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

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Thu Jul 22 08:30:19 2010 -0400

wordpad: Allow objects & images to be added with native riched20.

Native riched20.dll seems to need an IRichEditOleCallback object in
order to get a buffer to store the image (using the GetNewStorage
method).

---

 programs/wordpad/Makefile.in   |    3 +-
 programs/wordpad/olecallback.c |  210 ++++++++++++++++++++++++++++++++++++++++
 programs/wordpad/wordpad.c     |   31 +------
 programs/wordpad/wordpad.h     |    6 +
 4 files changed, 220 insertions(+), 30 deletions(-)

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



More information about the wine-cvs mailing list