Module: wine Branch: master Commit: 62db58545eb70016ecd7ae2cd63072b866331cc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=62db58545eb70016ecd7ae2cd6...
Author: Dylan Smith dylan.ah.smith@gmail.com Date: Thu Dec 18 01:56:32 2008 -0500
richedit: Fixed ITextHostImpl return values for tests.
There were several methods that do not have a HRESULT for a return value, so returning E_NOTIMPL is not appropriate. For all the BOOL return values FALSE was returned to indicate the operation was not performed.
---
dlls/riched20/tests/txtsrv.c | 114 +++++++++++++++++++++--------------------- 1 files changed, 57 insertions(+), 57 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=62db58545eb70016ecd7ae...