Module: wine Branch: master Commit: 4d72bde62fff194acef93f40b3240949947a4c36 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4d72bde62fff194acef93f40b... Author: Fabian Maurer <dark.shadow4(a)web.de> Date: Wed Dec 12 11:47:58 2018 +0000 riched20: Extract handling of VK_RETURN into a method. This is basically a no-op to make the following fix simpler Signed-off-by: Fabian Maurer <dark.shadow4(a)web.de> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/riched20/editor.c | 333 ++++++++++++++++++++++++++----------------------- 1 file changed, 176 insertions(+), 157 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=4d72bde62fff194acef93...