richedit: Added OleInitialize for clipboard operations

Dylan Smith dylan.ah.smith at gmail.com
Wed Jul 30 09:09:14 CDT 2008


When running in native windows with Wine's riched20.dll I found that cut
and copy were not doing anything.  This was because OleInitialize was
not called.

Note that this behaviour is not seen in Wine.  The relevant test has
already beeen created for this behaviour, and can be seen in
ole32/tests/clipboard.c line 438 in function test_set_clipboard.  This
change will be necessary once ole32 is changed to make this test pass.
---
 dlls/riched20/editor.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0001-richedit-OleInitialize-needed-for-clipboard-oper.diff.txt
Url: http://www.winehq.org/pipermail/wine-patches/attachments/20080730/acb778d1/attachment.txt 


More information about the wine-patches mailing list