Module: wine Branch: master Commit: 729150666715ac03339bc3fc655b2e1635890fee URL: https://source.winehq.org/git/wine.git/?a=commit;h=729150666715ac03339bc3fc6...
Author: Huw Davies huw@codeweavers.com Date: Thu Oct 8 11:10:45 2020 +0100
riched20: Move several of the wrapping functions to use ME_Run directly.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/editor.h | 6 + dlls/riched20/run.c | 20 +++ dlls/riched20/wrap.c | 441 +++++++++++++++++++++++-------------------------- 3 files changed, 231 insertions(+), 236 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=729150666715ac03339bc...