Module: wine Branch: master Commit: 732aec2af24ef73443128fdc3a73f2886b09d487 URL: https://source.winehq.org/git/wine.git/?a=commit;h=732aec2af24ef73443128fdc3...
Author: Huw Davies huw@codeweavers.com Date: Wed Mar 3 11:29:37 2021 +0000
riched20: Move the window procs to txthost.c .
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/editor.c | 477 +----------------------------------------------- dlls/riched20/editor.h | 2 +- dlls/riched20/txthost.c | 372 ++++++++++++++++++++++++++++++++++++- 3 files changed, 378 insertions(+), 473 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=732aec2af24ef73443128...