wordpad: Allow objects & images to be added with native riched20.
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 22 Jul 2010 12:30:19 +0000 (08:30 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 22 Jul 2010 14:11:37 +0000 (16:11 +0200)
commitd8a05c37d992d8b51d26fc100bd86d35bf0ef203
tree45ced8ecb2226763ce961c45dac6a677f4a9e13a
parentad759e793cf86dda7c8611c607911f8f3a53a9a4
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
programs/wordpad/olecallback.c [new file with mode: 0644]
programs/wordpad/wordpad.c
programs/wordpad/wordpad.h