Module: wine
Branch: master
Commit: d8a05c37d992d8b51d26fc100bd86d35bf0ef203
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d8a05c37d992d8b51d26fc100…
Author: Dylan Smith <dylan.ah.smith(a)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=d8a05c37d992d8b51d26f…