Module: wine Branch: master Commit: 42d0e56643740a0eac5913a9f176e789457cb475 URL: https://source.winehq.org/git/wine.git/?a=commit;h=42d0e56643740a0eac5913a9f...
Author: Eric Pouech eric.pouech@gmail.com Date: Thu Feb 17 07:11:43 2022 +0100
riched20: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/riched20/Makefile.in | 1 - dlls/riched20/caret.c | 2 +- dlls/riched20/clipboard.c | 20 +-- dlls/riched20/editor.c | 22 ++-- dlls/riched20/para.c | 16 +-- dlls/riched20/richole.c | 304 +++++++++++++++++++++++----------------------- dlls/riched20/run.c | 2 +- dlls/riched20/style.c | 4 +- dlls/riched20/txthost.c | 16 +-- dlls/riched20/txtsrv.c | 12 +- dlls/riched20/wrap.c | 6 +- dlls/riched20/writer.c | 38 +++--- 12 files changed, 221 insertions(+), 222 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=42d0e56643740a0eac591...